Get tracks
get_v1_1_tracksGet tracks Group: Deprecated Endpoints (v1). Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Track IDs (you can use commas) |
get_v1_1_tracksGet tracks Group: Deprecated Endpoints (v1). Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Track IDs (you can use commas) |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does add meaningful context by disclosing that the endpoint is deprecated and costs 1 credit per call—genuinely useful metadata. However, it stays silent on behaviors like invalid-ID handling, authentication requirements, or response shape, though for a 1-parameter lookup this is a passable minimum.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is brief and front-loaded: purpose, grouping/deprecation, and billing are each covered in a single short sentence with zero fluff. Every phrase earns its place; the only minor deduction is that it's terse to the point of being slightly under-informative.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 1-parameter, no-schema-output utility, the description covers the essentials (purpose, deprecation status, billing). However, given the endpoint is deprecated and its siblings include both v1 and v2 track endpoints, explicitly pointing to the actively-maintained successor would dramatically improve usefulness for an agent selecting tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% with the single 'ids' parameter well documented (type, example '4WNcduiCmDNfmTEz7JvmLv', and a comma-separated usage hint). The description adds no parameter-level information, but none is needed since the schema fully covers semantics, matching the baseline-3 case.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description says "Get tracks" which is a clear verb+resource but only restates the title, neither clarifying what kind of "tracks" operation this is (by IDs) nor distinguishing it from siblings like get_v1_1_album_tracks or get_v1_1_playlist_tracks. The added "Deprecated Endpoints (v1)" grouping provides weak context but no real disambiguation, so it's adequate but vague.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given on when to choose this tool over the many sibling track/post endpoints, and no alternatives are named. The "Deprecated" marker only implicitly suggests avoiding it without telling the agent that a v2 replacement (e.g., get_v2_track_details) should be preferred, so clear when-to-use context is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.