Check API Status
get_api_statusCheck server health, rate limit status, and cache statistics to diagnose failing or slow queries and monitor API quota.
Instructions
Get server health, rate limit status, and cache statistics.
Use when:
Queries are failing or slow
Need to check remaining API quota
Debugging connection issues
Rate limit: 8 requests per minute per instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache | Yes | Cache statistics per cache type | |
| config | Yes | Server configuration | |
| healthy | Yes | True if server is healthy and accepting requests | |
| rateLimit | Yes | Current rate limit status |