get_several_artists
Retrieve complete Spotify artist details for up to 50 artist IDs in a single request, reducing API calls and simplifying data gathering.
Instructions
Get full details for several artists by ID in a single call (up to 50 per request)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Spotify artists IDs (1–50 per request; longer lists are fetched in chunks of 50 and merged) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |