Skip to main content
Glama
zanda-msingi

lexicon-mcp

by zanda-msingi

get_playlist_tracks

Fetch a playlist's tracks in their original order, choosing compact or full metadata fields as needed.

Instructions

Return a playlist's tracks in playlist order. By default each record carries a compact field set (id, title, artist, albumTitle, genre, comment, bpm, key, energy, year, duration, rating, playCount, tags). Pass fields to choose exactly which fields, or full=True for the complete records including cue points and tempo markers (~3 KB each).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNo
fieldsNo
playlist_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It explains the default compact field set, the effect of the fields parameter, the full=True behavior, and the approximate per-record size. This is meaningful behavioral context beyond the raw schema, though it does not cover pagination or error cases.

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?

Three sentences with no filler: the first states the core behavior and ordering, the second enumerates the default fields, and the third explains optional customizations. The most important information is front-loaded and every sentence earns its place.

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

Completeness4/5

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

The description covers the main call behavior, output shape, and payload-size trade-off, and an output schema exists to define return values. It could be more complete with pagination or behavior when both fields and full are supplied, but for a playlist-track retrieval tool it is largely sufficient.

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

Parameters4/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 for parameter documentation. It does this well for fields and full, listing the default fields and explaining what full=True adds. playlist_id is not described, but its meaning is clear from the name, schema title, and the tool's purpose.

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

Purpose4/5

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

The description uses a specific verb and resource: 'Return a playlist's tracks in playlist order.' It clearly distinguishes the tool's scope from a single-track getter, though it does not explicitly name sibling alternatives. The resource and behavior are unambiguous.

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

Usage Guidelines4/5

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

The description gives clear context for when to use this tool: when you need the tracks belonging to a specific playlist. It does not explicitly provide exclusions or compare against siblings like get_track or search_tracks, but the purpose is clear enough for basic routing.

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

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/zanda-msingi/lexicon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server