Skip to main content
Glama
bestimmaa
by bestimmaa

Build and start a curated Roon queue

enqueue_and_play

Queue and play a custom selection of music items in any Roon zone, replacing the current queue and starting playback instantly.

Instructions

Use this when the user wants a custom lineup — a mix of artists, a shuffled selection across albums, a hand-picked set of tracks, or any time "queue", "setlist", "mix of", or "play these in order" comes up (e.g. "queue up five Tycho tracks then some Boards of Canada", "shuffle 10 ambient tracks", "build a set: artist A, then B, then C"). Builds an ad-hoc queue from an ordered list of curated item keys and starts playback in the target zone. This replaces the zone's current queue: the first playable item starts immediately (Play Now), the rest are appended in order. Pass itemKeys from recent get_tracks_for / search_music results (use them promptly — they are session-scoped). zoneId is optional (omit to use the default zone; see play_now). Optionally shuffle. Returns a PlaybackResult with queued/skipped counts so you can backfill skipped items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoneIdNoTarget zone id or output id from list_zones. Omit to use the default zone (see play_now).
itemKeysYesOrdered item keys to queue, from recent get_tracks_for or search_music results (tracks, albums, artists, etc.).
shuffleNoShuffle the queue; omit to leave the zone's setting unchanged.
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that it replaces the queue, starts playback immediately, and itemKeys are session-scoped and should be used promptly. Returns PlaybackResult with queued/skipped counts. Does not mention authorization or rate limits, but given no annotations, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured and front-loaded with purpose and usage. Contains two sentences of purpose, then parameter details. Efficiently packs context without redundancy. Could benefit from slight formatting (e.g., bullet points) but is concise and clear.

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 3-parameter tool with no output schema, the description covers purpose, usage, parameter semantics, and behavioral traits. It explains what is returned (PlaybackResult with counts). Missing error handling details, but overall adequate given the tool's complexity.

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%, but description adds significant meaning: explains that zoneId can be omitted for default zone (references play_now), clarifies itemKeys come from get_tracks_for/search_music and are session-scoped, and explains shuffle behavior ('omit to leave unchanged'). Adds value beyond the schema.

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?

Clearly states the tool builds an ad-hoc queue and starts playback. Uses specific verb 'builds' and 'starts', resource is a curated Roon queue. Distinguishes from siblings by giving usage cues like 'queue', 'setlist', 'mix' and contrasting with play_now for default zone.

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

Usage Guidelines5/5

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

Explicitly tells when to use ('when the user wants a custom lineup...') with clear examples. Mentions that it replaces the current queue, first item plays now, rest appended. Also provides context on zoneId optionality and references alternative tool play_now for default zones.

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/bestimmaa/roon-mcp'

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