search_albums
Retrieve album details from Spotify by search query. Returns name, artist, release date, and ID for each album found.
Instructions
Search for albums on Spotify.
Returns album names, artists, release dates, and IDs. Use get_album_tracks to list the tracks on a found album.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |