Skip to main content
Glama
romanstark

Dorico Maestro

by romanstark

set_key_signature

Set the key signature for your Dorico score by naming the key, such as C major or G minor. Useful for establishing the tonality of your composition.

Instructions

Set a key signature — NOT yet supported over the API.

Like the time signature, this is a popover action in Dorico; the tonality can't be transmitted over the Remote Control API. key: e.g. "C major", "G major", "F minor".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoC major

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully carries the burden of transparency. It openly discloses the unsupported status and the technical reason (popover action, tonality cannot be transmitted via Remote Control API). This is exemplary honesty about expected behavior, going beyond what annotations might provide.

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 three sentences, front-loaded with the critical unsupported warning, then explains why and gives a parameter example. Every sentence adds necessary information with no fluff, making it appropriately sized and well-structured.

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 an unsupported tool, the description covers the main requirements: what it attempts, why it won't work, and the parameter format. It does not describe the return value or error behavior, but given the explicit 'not supported' disclosure, the context is sufficient for an agent to decide not to call it.

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 only a 'key' parameter with no description (0% coverage). The description compensates by providing concrete examples ('C major', 'G major', 'F minor') and clarifies the expected format. This adds meaning beyond the bare schema, though it does not explain defaults or validation rules.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool sets a key signature, but immediately qualifies it as 'NOT yet supported over the API.' This makes the purpose clear but not fully actionable. It does not explicitly differentiate from siblings like set_time_signature beyond noting the unsupported status, so it falls short of a 5.

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 explicitly warns that the tool is not supported, implying 'do not use this to set a key signature.' It draws an analogy to time signature being a popover action, giving context for why it fails. However, it does not suggest any alternative tool or workaround, so it lacks a full when-to-use versus 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