Skip to main content
Glama

get_song_scale_names

Retrieve the scale names recognized by Ableton Live, along with the current scale and root note, to ensure valid scale selection before setting a song scale.

Instructions

List the scale names Live accepts, plus the current scale and root note.

Useful before set_song_scale, so you pass a name Live recognises rather than guessing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. 'List' clearly indicates a read-only operation. It also discloses that the output includes current scale and root note, which is useful behavioral context. However, it does not explicitly state there are no side effects, but the verb 'list' strongly implies it, so slight gap only.

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?

Two short sentences, front-loaded with the primary action. The second sentence adds valuable usage guidance without redundancy. Every word earns its place.

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

Completeness5/5

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

For a simple zero-parameter getter with no output schema, the description fully covers what is returned (scale names, current scale, root note) and why it matters (before setting a scale). No gaps remain for a tool of this complexity.

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 tool has zero parameters, so the baseline is 4. The description correctly focuses on output and usage, not parameter explanations, since there are none to explain.

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 uses a specific verb 'List' and clearly states the resource: scale names Live accepts, plus current scale and root note. This distinguishes it from sibling tools like set_song_scale (which sets, not lists) and get_scale_notes (which gets notes, not names).

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

Usage Guidelines5/5

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

Explicitly states when to use: 'Useful before set_song_scale, so you pass a name Live recognises rather than guessing.' This ties directly to the companion tool and explains the purpose, making the usage context clear and unambiguous.

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/freekmurze/ableton-ai'

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