Skip to main content
Glama

itunes_import_from_spotify

Import a public Spotify playlist or album into Apple Music using only its URL. Recreates the tracklist as a new Apple Music playlist, optionally with a custom name.

Instructions

Import and reconstruct a public Spotify playlist or album into Apple Music without any Spotify login.

Args: playlist_url: Public Spotify playlist or album URL (e.g. 'https://open.spotify.com/playlist/...'). playlist_name: Optional custom name for the created Apple Music playlist. Defaults to Spotify playlist title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlist_urlYes
playlist_nameNo
Behavior3/5

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

With no annotations, the description carries the responsibility for behavioral disclosure. It mentions 'without any Spotify login' and 'reconstruct', hinting at creation/population of a playlist, but does not disclose side effects like whether it overwrites existing playlists, whether it requires Apple Music permissions, or if it modifies the current library state. It's minimal but not misleading. The description adds some value beyond the schema.

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 extremely concise: a one-sentence summary followed by an Args section. No fluff, every sentence earns its place. It's front-loaded with the main purpose and then details parameters in a structured format.

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?

For a tool with only 2 simple parameters and no output schema needed, the description is nearly complete. It explains the core action and parameter details. It could mention edge cases (e.g., duplicate playlist names) but for a straightforward import, it's sufficient. Given the simplicity, a 4 is appropriate; a 5 would be for a more complex operation.

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

Parameters5/5

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

Schema coverage is 0%, so the description fully compensates by explaining both parameters. playlist_url is described as a public Spotify URL with an example, and playlist_name is described as an optional custom name with a default behavior (defaults to Spotify playlist title). This provides complete semantic meaning beyond the raw type definitions.

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 tool's action: 'Import and reconstruct a public Spotify playlist or album into Apple Music'. It specifies the source (Spotify) and destination (Apple Music), and distinguishes itself from siblings by the unique Spotify import capability. No ambiguity about what it does.

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 usage (when you want to import from Spotify) and notes that no Spotify login is required, which is a helpful condition. However, it does not explicitly compare with alternative tools (e.g., itunes_create_playlist) or state exclusions. The context is clear but there's no explicit 'use this when' 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/suleyman416/mcp-applemusic'

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