check_provider_health
Check whether one or more AI coding providers are healthy enough to use right now. Returns healthy=true only when every requested provider is operational (or within the allowed statuses). Use this before starting work that depends on a provider, or to decide which provider to route to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| services | Yes | Provider ids to check, e.g. ["claude", "openrouter"] | |
| allow_degraded | No | Treat degraded performance as healthy (default false) |