Tool Quality Metrics
platform.quality.toolCheck the reliability of any tool by retrieving its uptime, latency, error rate, and total calls in the last 24 hours. Updated every 10 minutes, no cost.
Instructions
Get quality metrics for any tool — uptime percentage, p50/p95 latency, error rate, total calls in last 24h. Check reliability before calling expensive tools. Updated every 10 minutes. Free, no charge (APIbase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_id | Yes | Tool ID to get quality metrics for (e.g. "crypto.get_price", "weather.get_current") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |