Skip to main content
Glama

restore_playlist_plan

Plan playlist changes to match a saved snapshot without altering the live playlist. See exactly which tracks to add or remove.

Instructions

Read-only plan of exactly which tracks would be added/removed to make a live playlist match a snapshot — never mutates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlistNoTarget playlist (default: the snapshot’s own playlist_id)
snapshotYesSnapshot to plan from (id, filename, or path)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure, and it does so well: 'Read-only' and 'never mutates' clearly rule out side effects, while 'exactly which tracks would be added/removed' states what the plan covers. It does not discuss permissions, rate limits, or return details, but for a read-only planning tool the key behavioral risk is mutation, which is explicitly denied.

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?

A single front-loaded sentence that states the core purpose and the critical non-mutation guarantee in under twenty words. The slight redundancy between 'Read-only' and 'never mutates' reinforces the key safety property without bloating the description.

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?

Given no output schema and no annotations, the description adequately explains what the tool returns: a plan of exact additions/removals to reconcile a live playlist with a snapshot. The response_format enum fills in how the plan is presented, and the optional playlists default is documented in the schema, so nothing essential is missing.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline applies: the schema already documents snapshot, playlist, and response_format. The description adds no new parameter-level meaning beyond framing the playlist as live and the snapshot as the desired state, which is helpful but not necessary.

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

Purpose5/5

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

States a precise read-only action: planning exactly which tracks would be added or removed to make a live playlist match a snapshot. The phrase 'never mutates' clearly separates it from mutation tools like restore_playlist_from_snapshot.

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

Usage Guidelines3/5

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

The description implies use when the caller wants a preview before any mutation, but it does not explicitly name an alternative such as restore_playlist_from_snapshot or apply_snapshot_changes. 'Never mutates' provides a useful contrast, but it stops short of explicit when-to-use vs when-to-use-something-else 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