scope_audit
Audit granted OAuth scopes to identify which Spotify tools are callable, scope-gated, or read-only. Optionally fire a probe read to verify top-list access.
Instructions
Decode the current token's granted OAuth scopes and classify every registered tool module: callable, scope-gated, or read-only. Optional probe fires one lightweight read for actionable evidence. Supports the #329 gating audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe | No | Fire one probe read (/me/top/artists) to verify top-list access | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |