market_availability
Check if a Spotify track, episode, or album is playable in each of up to 10 specified markets, reporting per-market availability and full available market lists.
Instructions
Per-entity multi-market preview — checks if a track/episode/album is playable in each of 1-10 given markets (N× GET /{type}/{id}?market=X). Reports per-market available/404 plus full available_markets. 🟡 (N reads, 1-10). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Spotify URI (track/episode/album) | |
| markets | Yes | Market codes to test (1-10, e.g. ["US","JP","DE"]) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |