search_market_diff
Compare Spotify search results across two markets to reveal regional availability differences in one summary card.
Instructions
Same query run in two markets with the result sets diffed — availability/regional insight in one card. Quota: 🟡 2 GET /search calls (one per market).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1–10 (Feb-2026 /search cap). Default: 5 | |
| query | Yes | Search query | |
| types | No | Types to search (up to 2). Default: ['track'] | |
| market_a | Yes | First market code, e.g. 'US' | |
| market_b | Yes | Second market code, e.g. 'GB' | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |