Skip to main content
Glama

suggest_next_chord

Suggests possible next chords based on harmonic context, given previous chord progression, key, and musical style.

Instructions

Suggest possible next chords based on harmonic context.

Args: previous_chords: List of previous chord Roman numerals (e.g., ["I", "IV"]) key: Current key (e.g., "C major") style: Style of suggestions (classical, pop, jazz)

Returns: List of suggested chords with explanations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
previous_chordsYes
keyNoC major
styleNoclassical

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains inputs (previous chords, key, style) and outputs (list of suggested chords with explanations), but does not disclose behavioral traits like randomness, ranking criteria, or limitations. It is adequate but not thorough.

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?

The description is structured as a docstring with Args and Returns sections. It is clear and front-loaded, though slightly verbose. Every sentence adds value, and the format aids readability.

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?

Given the tool has 3 parameters and an output schema, the description provides sufficient context: explains all inputs and the output format (list of suggested chords with explanations). It does not cover error cases but is mostly complete for effective use.

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 description coverage is 0%, so the description compensates by explaining each parameter with examples: 'previous_chords: List of previous chord Roman numerals (e.g., ["I", "IV"])', 'key: Current key (e.g., "C major")', and 'style: Style of suggestions (classical, pop, jazz).' This adds significant meaning 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?

The description clearly states the tool's purpose: 'Suggest possible next chords based on harmonic context.' It uses a specific verb ('suggest') and resource ('next chords'), distinguishing it from sibling tools like 'suggest_cadence' (which suggests cadences) or 'generate_chord_progression' (which generates full 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?

The description implies usage (when to suggest a chord given previous chords) but provides no explicit guidance on when to use this tool versus alternatives, such as 'suggest_cadence' or 'analyze_chord.' No exclusions or prerequisites are mentioned.

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