Skip to main content
Glama
romanstark

Dorico Maestro

by romanstark

add_rest

Insert a rest of the specified duration at the caret position, then exit note input mode to continue composing. Verify the rest lands correctly.

Instructions

Input a rest of the given duration at the caret, then leave note input.

duration: whole | half | quarter | eighth | sixteenth | 32nd | 64th. Accepted (kOK) does not prove the rest landed — verify.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
durationNoquarter

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the burden. It adds valuable behavioral context: that an accepted (kOK) response does not guarantee the rest actually landed, urging verification. It also mentions the mode transition (leaves note input), which is useful.

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 two sentences long, front-loaded with the primary action and parameter values, followed by a crucial caveat. Every word earns its place; no filler or repetition.

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 simple tool with one optional parameter, the description covers the action, allowed values, the caret position, and the mode change, plus a verification warning. It lacks an explicit prerequisite (e.g., must be in note input mode) but that is implied by 'then leave note input'. Given the output schema exists and the tool is small, this is sufficiently complete.

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?

The schema has 0% description coverage for the single 'duration' parameter, but the description explicitly lists all accepted values (whole, half, quarter, eighth, sixteenth, 32nd, 64th). This fully compensates for the missing schema descriptions and adds meaning beyond the bare property definition.

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 identifies the action (input a rest), the resource (rest), the location (at the caret), and the mode context (note input). It distinguishes itself from sibling tool add_notes by specifying 'rest' versus notes.

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 implies usage in note input mode and states that after inserting the rest, the tool leaves note input. It does not explicitly contrast with add_notes, but the purpose is clear enough that an agent would know when to use this over alternatives.

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