x_rate_limit_status
Check current X API rate-limit usage per endpoint and auth context without making an API call. See limits, remaining calls, reset times, and exhaustion status.
Instructions
X (Twitter): dump the in-process rate-limit table — per bucket (endpoint-class × auth-context), each tracked window's limit, remaining, reset time, and whether it is currently exhausted. Reads local state only; makes no API call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| summary | No |