Skip to main content
Glama

get_scale_notes

Read-only

Retrieve diatonic MIDI notes for any key and mode, keeping your music in scale and harmonically correct.

Instructions

MIDI notes for a key/mode so generated notes stay diatonic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
modeNomajor

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The annotations already declare readOnlyHint=true, so the description's addition of 'generated notes stay diatonic' adds some context but does not detail the return format or any constraints. Given the output schema exists, this is adequate but not exceptional.

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 a single, short sentence that conveys the core purpose without extraneous information. It could be slightly improved with more structure, but it is appropriately concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While an output schema exists, the description lacks parameter guidance and does not explain what 'key' or 'mode' are expected to be. The tool is simple, but for a 2-parameter tool with no schema descriptions, the description should provide at least minimal constraint information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain the parameters 'key' or 'mode' at all. The agent receives no semantic help beyond the schema itself.

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 it returns MIDI notes for a key/mode, and the phrase 'so generated notes stay diatonic' clarifies its purpose in maintaining diatonic scales. It is specific enough to distinguish from sibling tools like 'constrain_to_key', though not explicitly.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives such as 'constrain_to_key'. The description does not mention prerequisites or typical use cases, leaving the agent to infer usage.

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/mal0ware/Orpheus'

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