Skip to main content
Glama
LofiFren

ableton-mcp-lofifren

by LofiFren

add_arrangement_locator

Add a named locator at a specific arrangement time to mark song sections like verse, chorus, or bridge. Renames existing locator if one already exists at that time.

Instructions

Add a named locator (cue point) at the given arrangement time. Useful for marking verse / chorus / bridge boundaries.

If a locator already exists at that exact time, this only renames it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeYes
nameNo
Behavior4/5

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

The description discloses that if a locator already exists at the exact time, it renames it rather than adding a duplicate. This is a key behavioral trait not captured by annotations (which are absent).

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?

The description is two sentences: the first clearly states the action, and the second adds important behavioral nuance. No extraneous information, and it is front-loaded.

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?

For a simple tool with two parameters and no output schema, the description covers purpose, usage scenario, and edge case behavior. It is sufficient for an agent to understand and invoke the tool.

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

Parameters3/5

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

The description adds context that 'time' is arrangement time and 'name' is the locator name, but does not specify units or constraints. With 0% schema coverage, more detail would be beneficial, but the description provides basic clarification.

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 adds a named locator (cue point) at arrangement time, and specifies it is useful for marking boundaries like verse/chorus. This distinguishes it from other sibling tools as no other tool adds locators.

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 for marking musical sections but does not explicitly state when to use this tool versus alternatives. No guidance on when not to use or comparison to other tools is provided.

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