Tool Quality Rankings
platform.quality.rankingsRank tools by quality metrics: uptime, latency, or error rate. Filter by category to find reliable APIs for your use case.
Instructions
Get ranked list of tools by quality — sort by uptime (most reliable), latency (fastest), or error_rate (fewest errors). Filter by category (e.g. "crypto", "weather"). Discover the best tools for your use case. Free, no charge (APIbase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by: "uptime" (highest availability), "latency" (fastest p50), or "error_rate" (lowest errors). Default: "uptime" | uptime |
| limit | No | Max number of tools to return (1-100). Default: 20 | |
| category | No | Filter by tool category prefix (e.g. "crypto", "weather", "finance") |
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. |