Quota and server status
nexus_rate_limit_statusCheck remaining Nexus API quota and this server's request/cache counters before batch calls or after HTTP 429 to decide whether to back off.
Instructions
Return the remaining Nexus quota (hourly/daily) plus this server's request and cache counters. Free of charge unless refresh=true. Use it before a batch of calls, or to decide whether to back off after an HTTP 429.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Force a lightweight network call to refresh the quota | |
| clear_cache | No | Drop the in-memory read cache |