Skip to main content
Glama

get_several_tracks

Fetch full Spotify track details for up to 50 IDs per request, eliminating multiple API calls for bulk track data.

Instructions

Get full details for several tracks by ID in a single call (up to 50 per request)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesSpotify tracks IDs (1–50 per request; longer lists are fetched in chunks of 50 and merged)
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries full behavioral burden. It mentions the 50-per-request limit but omits the chunking/merging behavior for longer lists, output format differences, defaults, and any error or rate-limit context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no filler. It conveys the core operation, the resource, and the key limit efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema is detailed and covers all parameters, but with no output schema or annotations, the description alone provides only a minimal picture. It lacks explicit return-value shape, boundary with sibling tools, and behavior when the request exceeds the stated limit.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents ids, max_results, and response_format. The tool description adds no additional parameter meaning beyond 'tracks by ID', so a baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Get'), resource ('tracks by ID'), and scope ('several', 'single call', 'up to 50 per request'). This clearly distinguishes it from single-track tools like get_track and search-based tools like search_tracks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The batching purpose is implied by 'several tracks by ID in a single call', but no alternatives or exclusion conditions are named. An agent must infer when to use this instead of get_track or search_tracks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NovaLux12/spotify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server