twitter_usage
Check post-read usage against monthly cap. Retrieve cap reset day, project cap, current usage, and daily usage to avoid exceeding quota.
Instructions
This project's post-read usage against its monthly cap — check before burning quota.
Returns: {data:{cap_reset_day, project_cap, project_usage, daily_project_usage}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days of daily usage to include (1-90, default 7). | |
| usage_fields | No | Usage fields to include (CSV: cap_reset_day, daily_project_usage, daily_client_app_usage, project_cap, project_id, project_usage). |