Skip to main content
Glama

balance_dynamics

Suggest dynamic adjustments for each instrument in an ensemble to achieve target overall balance, highlighting melody projection.

Instructions

Suggest dynamic adjustments for ensemble balance.

Args: instruments: List of instruments in the ensemble target_dynamic: Target overall dynamic level (pp, p, mp, mf, f, ff) melody_instrument: Instrument carrying the melody (should project)

Returns: Dynamic suggestions for each instrument

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instrumentsYes
target_dynamicNomf
melody_instrumentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Indicates the tool 'suggests' adjustments, implying no direct modification, but does not explicitly state non-destructiveness or any side effects. With no annotations, the description could more clearly convey that it returns suggestions without altering the score.

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?

Concise docstring format with one-line summary and clear Args/Returns sections. Every sentence adds value with no redundancy.

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?

Covers the tool's purpose, parameters, and return value adequately. With an output schema present (not shown), the vague return description is acceptable. Could include more detail on balance logic but sufficient for a simple advisory tool.

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 has no descriptions (0% coverage), but the description adds meaning for all three parameters: explains instruments, target_dynamic (with range), and melody_instrument purpose. This compensates for the schema gap.

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 suggests dynamic adjustments for ensemble balance, with a specific verb and resource. It is distinct from sibling tools like 'add_dynamics' which directly add dynamics, and 'suggest_cadence' which suggests harmonic progressions.

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?

Implies usage for advisory dynamic adjustments but does not explicitly state when to use this tool versus alternatives like 'add_dynamics'. Lacks guidance on prerequisites or exclusions.

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/happycastle114/dorico-mcp-server'

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