Skip to main content
Glama
F-Fischer
by F-Fischer

scaffold_track

Scaffold a playable musical base in Ableton Live from an empty set, setting key, tempo, section markers, and generating chords, bass, and drums for the main section.

Instructions

Build a playable musical base from an empty (or clean) set in one call: key + tempo, section markers, and chords/bass/drums for the main section.

Does NOT create groups, load instruments, or set a loop — those still need to be done by hand in Live (see the note field in the result). Tracks are created plain/named/colored so they're easy to find and drag instruments onto.

Parameters:

  • genre: One of music_theory.GENRES (e.g. "dnb_liquid", "house", "trap") — drives tempo, default mode, and bass/drum style.

  • tonic: Root note, e.g. "Bb", "F"

  • mode: Scale/mode override. Defaults to the genre's default_mode.

  • progression: Scale degrees for the chord progression, e.g. [1, 6, 4, 5]. Defaults to an idiomatic progression for the mode.

  • structure: Song structure as [{"name": str, "bars": int}, ...], each entry's "bars" being that section's length (not an absolute position). Defaults to intro(8)/build(8)/drop(16)/break(8). Chords/bass/drums are generated across whichever section is named "drop" (or the first one).

  • elements: Which parts to build: any of "drums", "bass", "chords", "pad", "fx". Defaults to all of them.

  • start_bar: Bar number the structure starts at (1 = top of the arrangement)

  • dry_run: If True, returns the plan without creating/modifying anything in Live

  • user_prompt: The original user prompt that led to this tool call (for telemetry)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
genreYes
tonicYes
dry_runNo
elementsNo
start_barNo
structureNo
progressionNo
user_promptNo
Behavior5/5

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

With no annotations, the description carries the full burden and does so admirably. It discloses key behavioral traits: tracks are 'created plain/named/colored', chords/bass/drums are generated across the 'drop' section or the first one, and dry_run returns a plan without modifications. These details go beyond the basic operation and provide valuable insight into side effects and constraints.

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 lengthy but well-structured, with a front-loaded summary, a paragraph of exclusions, and a thorough parameter list. Every sentence provides necessary information without redundancy. While it is verbose, the complexity of the tool (9 parameters) justifies the length, and the format makes it easy to scan.

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 complexity, absence of annotations, and lack of an output schema, the description is quite complete. It covers all parameters, defaults, side effects, and limitations. It hints at the result structure ('see the `note` field in the result') but does not fully describe the return format, which is a minor gap for such a complex tool.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates. Every parameter is explained with meaning, examples, and defaults. For instance, genre 'drives tempo, default mode, and bass/drum style', progression is described as 'Scale degrees for the chord progression, e.g. [1, 6, 4, 5]', and structure format is explicitly defined. This is comprehensive and leaves little ambiguity.

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 function: 'Build a playable musical base from an empty (or clean) set in one call: key + tempo, section markers, and chords/bass/drums for the main section.' This specifies a distinct verb, resource, and scope, and differentiates from sibling tools by explicitly noting what it does not do (create groups, load instruments, set loop).

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 gives clear context for when to use the tool ('from an empty (or clean) set in one call') and what it does not cover ('Does NOT create groups, load instruments, or set a loop — those still need to be done by hand in Live'). It does not explicitly name alternative sibling tools, but the exclusion is clear enough to guide selection.

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/F-Fischer/ableton-copilot'

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