← Back to catalog
platform.tool_quality
mock data$0.000 / callTool Quality Metrics
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
tool_idrequired
stringTool ID to get quality metrics for (e.g. "crypto.get_price", "weather.get_current")
Call via REST
curl -X POST https://unifyapi.pro/api/call/platform.tool_quality \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"tool_id":"<tool_id>"}'