coda_rate_limit_budget
Check remaining read and write API calls in the current 6-second window. Use this to prevent hitting rate limits before batch operations.
Instructions
Check the current rate limit budget for reads and writes.
Returns how many read and write API calls remain in the current sliding window (6 seconds). Coda allows 100 reads/6s and 10 writes/6s. Use this before batch operations to avoid hitting 429 errors. The budget is tracked locally — it resets if the server restarts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |