Skip to main content
Glama

playlist_reverse

Reverse the order of tracks in a Spotify playlist using one atomic replace. Preview changes with dry-run before applying.

Instructions

Reverse a playlist in one atomic replace. Quota: 🟢 GET all + PUT/POST.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNoPreview only: validate inputs and describe exactly what would change without performing it
playlist_idYes
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It does reveal the key behavioral trait of an atomic replace and the quota cost, which is helpful. However, it does not state that the playlist is modified in place, whether the change is reversible, or that dry_run exists as a preview path.

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?

The description is two short sentences with no filler. The core behavior is front-loaded and the quota note is compact and useful.

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

Completeness3/5

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

For a simple two-parameter mutation with no output schema, the description is serviceable but not fully complete. It fails to point to dry_run for previewing or to clarify which sibling tools are planning-only versus apply, leaving the agent to infer usage context from names alone.

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

Parameters2/5

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

Schema description coverage is only 50%, so the description should help explain parameters, but it does not mention playlist_id or dry_run. playlist_id is obvious from the tool name, yet the description adds no semantic value beyond the schema.

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 names the exact action and target ('Reverse a playlist') and adds a useful implementation detail ('in one atomic replace'). It is clear and specific, though it does not differentiate itself from near-siblings like reverse_playlist_plan or playlist_flip_order.

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 on when to use this tool versus the many playlist-reorder siblings (e.g. reverse_playlist_plan, playlist_flip_order, playlist_resequence). The quota note is a cost signal, not selection guidance.

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

Install Server

Other Tools

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/NovaLux12/spotify-mcp-server'

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