Skip to main content
Glama
llyfn

Spotify MCP Server

get_tracks

Retrieve detailed information for multiple tracks at once, supporting up to 50 track IDs. Specify an optional market for region-specific data.

Instructions

Get details of multiple tracks in one call (up to 50 IDs).

    Args:
        track_ids: List of Spotify track IDs (max 50).
        market: ISO 3166-1 alpha-2 country code.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_idsYes
marketNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description bears the burden. It conveys the batch retrieval behavior and the maximum ID count, though it does not explicitly state read-only nature or error conditions. However, output schema likely details return values.

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?

Extremely concise: a one-line summary followed by a structured parameter list. No wasted words, front-loaded with core purpose.

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

Completeness4/5

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

Covers key aspects: purpose, parameters, and a usage constraint (max 50). With an output schema present, return details are handled externally. Could mention authentication or error handling, but it's sufficient for a well-understood tool in a known API.

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

Parameters5/5

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

Schema description coverage is 0%, but the description includes an Args section that explains both parameters: track_ids (list, max 50) and market (ISO code). This adds essential meaning beyond the schema's type/nullability info.

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?

Clearly states verb (get), resource (details of multiple tracks), and a key constraint (up to 50 IDs). Distinguishes from sibling 'get_track' which retrieves a single track.

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

Usage Guidelines4/5

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

Implicitly suggests use for batch retrieval vs single-track tool. Mentions the 50-ID limit, which guides usage, but does not explicitly state when not to use or name alternatives.

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/llyfn/spotify-mcp'

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