Health check: auth, scopes, config, rate limits, API boundary
doctorDiagnose authentication, API rate limits, and usage costs when actions fail; verify token validity by calling users/me to ensure the X account operates within approved API boundaries.
Instructions
Shows the stored OAuth token state, identity, granted scopes, effective config (secrets redacted), the rate-limit snapshot from this process, and the pay-per-use API boundary the tools enforce (what is API-doable vs human-handoff). Run when something fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verify_network | No | Call users/me to verify the token works (costs $0.01). |