Skip to main content
Glama
romanstark

Dorico Maestro

by romanstark

playback

Start or stop music playback in Dorico. Specify the action and starting location—playhead, selection, flow start, or last position—for precise control.

Instructions

Start or stop playback.

Args: action: "play" or "stop". location: where to start from when playing — kPlayhead | kSelection | kStartOfFlow | kLastStartPosition.

Maps to Play.StartOrStop / Play.Stop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoplay
locationNokPlayhead

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the start/stop behavior and maps to the underlying API (Play.StartOrStop / Play.Stop), but it does not disclose any preconditions, side effects, or requirements such as an active connection to Dorico. It does not contradict any annotations because none exist.

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 well-structured, starting with a one-line purpose followed by a parameter explanation. The 'Maps to' line provides useful implementation context without unnecessary length. Every sentence earns its place.

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?

The tool has an output schema, so return values need not be explained. The description covers the tool's purpose and both parameters with accepted values. However, it omits environmental context like whether a connection is required, which might affect usage in a larger workflow. Given the low complexity, this is a minor gap.

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?

The schema has 0% description coverage for parameters, so the description must compensate. It does so by listing the allowed values for action ('play' or 'stop') and explaining the meaning of location with four enum values (kPlayhead, kSelection, kStartOfFlow, kLastStartPosition). This adds meaningful value beyond the bare schema, though it could elaborate on what each location represents.

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 'Start or stop playback' with a specific verb and resource. It distinguishes itself from sibling tools like navigate, save, and add_notes by focusing solely on playback control. This is not a tautology but a clear, actionable purpose.

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

Usage Guidelines4/5

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

The description provides clear context on how to use the tool, including the two parameters and their allowed values (e.g., action: 'play' or 'stop'). However, it does not explicitly mention when to use this tool over alternatives or any exclusions, so it misses the top score for explicit 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/romanstark/dorico-maestro'

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