Skip to main content
Glama

Album tracks

get_v1_1_album_tracks

Album tracks Group: Albums. Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAlbum ID
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.5/5.0
Behavior2/5

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

With no annotations, the description carries full burden for behavioral transparency. It does not disclose any side effects, authentication needs, or response characteristics. The only extra info is billing cost, which is a minor operational detail but does not clarify behavior beyond what the name implies.

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

Conciseness3/5

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

The description is extremely short but includes a billing note that is probably not useful for agent selection. It is not well-structured for front-loading key info; the main phrase 'Album tracks' is repeated in the name. It lacks meaningful content, so it is more under-specified than concise.

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

Completeness2/5

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

Given the tool expects an album ID and has pagination parameters, the description is insufficient. It does not clarify the output, the meaning of limit/offset, or any prerequisites. With no output schema and minimal annotations, the description should provide more context but does not.

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 only 33% (only 'id' is described as 'Album ID'). The description itself does not add any parameter details. The 'id' parameter's purpose is clear from the schema, but 'limit' and 'offset' are undocumented. Since the tool is about album tracks, 'limit' and 'offset' likely paginate, but the description fails to clarify their semantics, so it partially compensates but not fully.

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

Purpose3/5

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

The description states 'Album tracks' which is a noun phrase rather than a clear verb+resource action. It is minimally clear that the tool relates to album tracks but does not explicitly say it retrieves or lists them. It distinguishes from siblings like 'Album metadata' but lacks a specific verb.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like get_v1_1_album_metadata or get_v2_album_detailsAndTracks. The description only mentions the group and billing, offering no context for when to choose this endpoint.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources