Skip to main content
Glama
LofiFren

ableton-mcp-lofifren

by LofiFren

setup_session

Set tempo, time signature, and create multiple tracks with instruments, volume, and pan in one command to bootstrap an Ableton session.

Instructions

Bootstrap an Ableton session in (effectively) one round-trip: set tempo, set time signature, and create a list of tracks with optional names, instruments, volume, and pan.

Parameters:

  • tempo: BPM (e.g. 120.0)

  • time_signature: [numerator, denominator], e.g. [4, 4] or [6, 8]

  • tracks: list of dicts. Each entry may contain:

    • type: "midi" or "audio" (default "midi")

    • name: optional track name

    • instrument_uri: optional browser URI (load via search_browser first)

    • volume: optional 0.0-1.0

    • pan: optional -1.0 to 1.0

Tracks are created in order at the END of the existing track list. Returns a JSON summary of every step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tempoNo
time_signatureNo
tracksNo
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 discloses that tracks are created at the end of the existing list and returns a JSON summary, but does not cover edge cases like null parameters or error behavior, leaving gaps in transparency.

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 well-structured with a brief purpose sentence followed by a bulleted parameter list. It is slightly verbose but remains clear and front-loaded. Could be shortened slightly without losing information.

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 no output schema, the description mentions the return type (JSON summary). It covers all parameters and provides context like 'load via search_browser first' for instrument URIs. However, it lacks details on error handling or prerequisites, but remains fairly complete for a bootstrap 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?

The input schema has 0% description coverage, but the description provides detailed semantics for all three parameters: tempo format (BPM), time_signature array format, and tracks as a list of dicts with optional fields. This adds significant meaning beyond the bare 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 bootstraps an Ableton session with tempo, time signature, and track creation in one round-trip. It distinguishes from sibling tools like set_tempo, set_time_signature, create_track, which perform individual actions.

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 emphasizes efficiency ('one round-trip') but does not explicitly state when to use this tool versus alternatives (e.g., for partial setups). It implies use for full session initialization, but lacks explicit when-not or alternative references.

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/LofiFren/ableton-mcp-lofifren'

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