Skip to main content
Glama

get_album_tracks

Retrieve tracks from a Spotify album by ID, with pagination controls for limit and offset.

Instructions

List the tracks of an album with pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSpotify album ID
limitNoResults per page, 1–50. Default: 20
offsetNoIndex of the first track to return. Default: 0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions pagination, but does not disclose return format, authentication requirements, rate limits, or error behavior. For a simple read operation this is minimal, but it adds little beyond what the name and schema already indicate.

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, concise sentence that front-loads the main action and includes a key qualifier (pagination). Every word earns its place; there is no redundant or vague language.

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?

While the tool is simple and the schema covers parameters, the description lacks details about the response format (e.g., array of track objects, fields returned) and any error conditions. Given no output schema and no annotations, a slightly more descriptive definition would be more complete for an agent to call it correctly.

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 all parameters. The description adds no extra meaning beyond

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 ('List'), a clear resource ('tracks of an album'), and a distinguishing feature ('with pagination'). It clearly differentiates from siblings like get_album (album metadata) and get_artist_albums (album list) by specifying the target is the album's 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 description implies when to use the tool (when you need an album's tracks), but it offers no explicit guidance on when not to use it or how it differs from alternatives such as get_album or get_artist_albums. The usage context is implied rather than stated.

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