find_show_by_publisher
Search Spotify's catalog for shows by publisher or network name, filling the missing publisher facet in show search. Specify query and optional market; returns up to max_results or default 10.
Instructions
Search the catalog and match shows whose PUBLISHER (network) matches your query — the missing publisher facet on show search. Defaults to 10 search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Publisher or network name, e.g. "Wondery" | |
| market | No | ISO 3166-1 alpha-2 market for the search, e.g. 'US' | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |