search_tidal
Search TIDAL's catalog for tracks, albums, artists, and playlists. Returns results grouped by type with a top hit and TIDAL URLs.
Instructions
Search TIDAL's catalog for tracks, albums, artists, and playlists.
USE THIS TOOL WHENEVER A USER ASKS FOR:
- "Search for [song/album/artist name]"
- "Find [song name] on TIDAL"
- "Look up [artist name]"
- "Search TIDAL for [query]"
- "Find albums by [artist]"
- Any request to search or find music in TIDAL's catalog
When processing the results of this tool:
1. Present the top_hit first if available - this is TIDAL's most relevant result
2. Group results by type (tracks, albums, artists, playlists)
3. Include the TIDAL URL for each result so users can easily access them
4. For tracks, include artist and album information
5. For albums, include artist and track count
6. Format results in a clear, readable manner
Args:
query: Search query (e.g., "Bohemian Rhapsody", "Radiohead", "Dark Side of the Moon")
search_type: Type of content to search for:
- "track" - Search only for tracks/songs
- "album" - Search only for albums
- "artist" - Search only for artists
- "playlist" - Search only for playlists
- "all" (default) - Search all content types
limit: Maximum number of results per type (default: 50, max: 300)
Returns:
Dictionary with search results organized by type (tracks, albums, artists, playlists)
and an optional top_hit for the most relevant result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| search_type | No | all |