quota_probe
Detect Spotify API rate limits by firing lightweight reads and returning retry-after plus per-endpoint 403 gating data to diagnose access issues.
Instructions
Fire 2-3 lightweight authenticated reads and report Retry-After / quota state plus a per-endpoint 403 gating map — actionable evidence for the #330 gauntlet. Quota: 2-3 reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe_set | No | minimal = /me · light = + /me/player · full = + /me/top/tracks + /me/audiobooks. Default light. | light |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |