Skip to main content
Glama

collab_mix_from_followed

Create a collaborative-style mix playlist from recent releases by artists you follow. Preview the plan with dry-run by default, then commit to build a new playlist with round-robin merged tracks.

Instructions

Build a collaborative-style mix playlist from your FOLLOWED artists' recent releases: walks /me/following (cursor-paged, capped by artists_cap), fans out one albums GET per artist plus one album GET per picked album (concurrency 5 — disclosed fan-out), takes ≤per_artist newest tracks per artist, then round-robin-merges them into a new playlist. dry_run=true (default) previews the mix. Quota: 🔴 ~artists_cap×(1+per_artist) GETs + create/adds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoOnly albums released in the last N days (default 30)
nameNoPlaylist name. Default: "Collab Mix — <today>"
dry_runNoPreview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit.
per_artistNoMax tracks per artist (1–5, default 2)
artists_capNoMax followed artists to include (default 10)
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior5/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It openly discloses the request fan-out pattern, concurrency 5, artists_cap capping, per-artist track limits, round-robin merge strategy, dry_run default, and a quota formula. This is far more transparent than most tool descriptions.

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 dense but every clause carries necessary operational information: purpose, pipeline steps, concurrency, dry-run default, and quota. The main purpose is front-loaded and no words are wasted.

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 the tool's complexity and the absence of an output schema, the description explains the algorithm and the dry-run plan concept well, and response_format partially covers return style. The main gap is that commit mode's actual return contract (e.g., created playlist URI/ID) is not stated, and auth/error behavior is absent.

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 coverage is 100% with detailed parameter descriptions, so baseline is 3. The description adds operational meaning by showing how artists_cap and per_artist drive the algorithm and the resulting GET quota, and by explaining how dry_run controls whether any mutation happens.

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 opens with a specific verb and resource: 'Build a collaborative-style mix playlist from your FOLLOWED artists' recent releases.' It then details the full pipeline (followed-artists walk, album fan-out, round-robin merge), making the tool's unique role unmistakable even within a large sibling set.

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?

Usage context is implied rather than stated: an agent can infer it is for turning followed artists' recent releases into a playlist, but no alternative tools are named and no explicit 'use this when / not when' guidance is given. In a long sibling list with many music-generation tools, explicit routing would strengthen this dimension.

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