Search Spotify Portal
Use the Portal CLI search command as the source of truth:
npx @spotify/portal-cli search --help
npx @spotify/portal-cli search <query> --limit 10 --json
Search workflow
- Use the user's wording as the initial query.
- Restrict the search with
--type software-catalogor--type techdocsonly when the request clearly targets one source. - Return a shortlist rather than the raw result document.
- Preserve exact entity references, titles, locations, links, and result types.
- If the first search is empty, retry once with fewer or broader terms.
- Fetch another page only when the user asks or the first page is clearly insufficient.
- Report the exact query and filters used.
Do not invent services or documentation when results are sparse.