Skip to main content
Glama

v2/Album details & tracks

get_v2_album_detailsAndTracks

v2/Album details & 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
limitNo
offsetNo
albumIdNo

Schema Changelog

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

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It says nothing about what data is returned, whether pagination is supported, whether the call is safe/read-only, or what happens when albumId is absent. This is effectively invisible to the agent.

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

Conciseness2/5

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

The description is short, but it is short because of under-specification, not because it is efficiently packed with useful content. It mostly repeats the tool name and adds billing/group metadata, which does not meaningfully aid tool selection or invocation.

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

Completeness1/5

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

With no annotations, no output schema, and several closely related sibling tools, this description is far too thin to let an agent understand what the tool returns, how it relates to v2/Album metadata, or when it should be called. It is effectively incomplete for the task of reliable tool invocation.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate, but it does not mention any of the three parameters. The schema's own titles and examples provide the only meaning; the description adds zero semantic value to the parameters.

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

Purpose2/5

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

The description is essentially a restatement of the tool name/title: 'v2/Album details & tracks' plus billing and group metadata. It never states in a full sentence what the tool does, and it does not use a clear verb-resource structure or distinguish it from sibling album endpoints.

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?

There is no guidance about when to use this tool versus alternatives like get_v2_album_metadata, get_v1_1_album_tracks, or get_v1_1_albums. The only contextual hint is 'Group: Albums', which is too weak to support tool selection.

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