Skip to main content
Glama

itunes_move_playlist_to_folder

Move an existing playlist into a playlist folder on Apple Music. Specify the playlist and destination folder to organize your library.

Instructions

Move an existing playlist into a playlist folder.

Args: playlist: The name of the playlist to move. folder: The name of the destination folder playlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderYes
playlistYes
Behavior2/5

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

With no annotations, the description carries the full burden. It only states that the tool moves a playlist into a folder but does not disclose side effects (e.g., removal from current location), requirements (folder must exist), or error behavior.

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 concise and front-loaded: one clear action sentence followed by a minimal arg list. No wasted words or redundancy.

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 tool with two parameters, the core action and params are covered. However, it lacks behavioral context (prerequisites, side effects) and no output schema exists, leaving some gaps for an agent invoking this mutation.

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?

Despite 0% schema description coverage, the description compensates by explaining both parameters: 'playlist' and 'folder' are both defined as names. This adds meaningful clarity beyond the schema's bare titles.

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?

The description clearly states the action with a specific verb ('Move') and resource ('existing playlist into a playlist folder'). It distinguishes from sibling tools like move_playlist_track or create_playlist_folder by specifying the exact operation.

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?

No guidance is provided about when to use this tool vs alternatives, no prerequisites, and no exclusions. The description simply states the action without contextual usage information.

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/suleyman416/mcp-applemusic'

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