search_tracks
Find music tracks on Last.fm by name, optionally filtering by artist. Returns formatted results with track statistics for music discovery and research.
Instructions
Search for tracks on Last.fm by name
Args: query: Track name or search query artist: Optional artist name to narrow search limit: Maximum number of results to return (1-50, default: 10) page: Page number to retrieve (default: 1)
Returns: Formatted list of matching tracks with their stats
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| artist | No | ||
| limit | No | ||
| page | No |