UnifyAPI
← Back to catalog

platform.tool_quality

mock data$0.000 / call

Tool 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)

Developer Toolsprovider: Platform#platform#developer

Input schema

tool_idrequired

Tool ID to get quality metrics for (e.g. "crypto.get_price", "weather.get_current")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.