search_albums
Find albums on Last.fm by entering a search query. Returns matching albums with their statistics and supports pagination for browsing results.
Instructions
Search for albums on Last.fm by name
Args: query: Album name or search query limit: Maximum number of results to return (1-50, default: 10) page: Page number to retrieve (default: 1)
Returns: Formatted list of matching albums with their stats
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| page | No |