Skip to main content
Glama

v2/Playlist details & items

get_v2_playlist_detailsAndItems

v2/Playlist details & items Group: Playlists. 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
playlistIdNo

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?

With no annotations provided, the description carries the full burden of behavioral disclosure, and it fails almost entirely. The only hint given is 'Billing per call: 1 Credits,' which says nothing about what the tool returns, whether it's a read-only operation, pagination behavior, or what data shape to expect. The agent has no idea what happens when calling this tool.

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 this reflects under-specification rather than efficient communication. Like the 'Process' calibration example, it repeats the title, names the group, and stops. There's no structure, no narrative, and no front-loading of decision-relevant information—just a near-empty string with no substance to weigh.

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?

This tool has 3 parameters, no output schema, and no annotations, making the description the sole channel for the agent to understand it—and it provides essentially nothing. There's no explanation of the return payload, differences from sibling playlist tools, or behavioral expectations. For a tool with this complexity, the description is completely inadequate.

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%, and the description contributes nothing to understanding the three parameters. The parameter names (limit, offset, playlistId) and their titles are the only source of meaning, and the description offers zero clarification about formats, constraints, or semantics. Per the baseline, at 0% coverage the description must compensate, but it provides nothing.

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 'v2/Playlist details & items' is a pure restatement of the tool name/title with no elaboration. It adds only 'Group: Playlists' (a category label) and billing info, which doesn't clarify what the tool actually does. The agent can only guess what 'details' and 'items' mean without additional context. This is tautological restatement of the name.

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?

The description provides zero guidance on when to use this tool versus its many siblings like get_v1_1_playlist or get_v1_1_playlist_tracks. There's no mention of when to prefer this v2 endpoint over the v1.1 alternatives, no when-not-to-use guidance, and no alternative tools named. The description is not misleading, but it offers no guidance whatsoever.

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