Rank vendors by reliability
rank_reliabilityGiven several service slugs, return a scorecard ranked worst-first: incident count, total downtime minutes, mean time to resolve, and the longest incident over a window. Use this to answer "which vendor in my stack is least reliable?" — it compares services across vendors, which a vendor’s own monitoring tool cannot. Services with no archive are listed separately as uncovered instead of being ranked as flawless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Time window: 7d, 30d, 90d, 180d, 365d, all (default 90d). | |
| services | Yes | API slugs to compare, e.g. ["openai","anthropic","vercel"]. |