Skip to main content
Glama
peterkolbe

io.github.peterkolbe/ableton-for-ai

by peterkolbe

set_device_parameters

Set multiple parameters of an Ableton Live device simultaneously to load presets or make coordinated adjustments.

Instructions

BULK REMOTE CONTROL: Sets multiple parameters for a device at once.

Parameters:

  • values: A list of floats representing the new values for ALL parameters of the device.

Recommended for loading 'presets' or making simultaneous multi-parameter adjustments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
device_indexYes
valuesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full behavioral disclosure burden. It states the tool sets multiple parameters but does not mention side effects, validation behavior (e.g., what if the values list length mismatches), or whether changes are reversible. The explanation that values are for 'ALL parameters' is helpful but incomplete.

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 very concise: two short paragraphs and a bullet. The heading 'BULK REMOTE CONTROL' front-loads the purpose. Every sentence adds value with no redundancy.

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

Completeness3/5

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

The tool has an output schema (implied) but the description does not mention return values, which is acceptable per rules. However, it lacks behavioral completeness: no error handling, prerequisites, or confirmation of action. For a simple 3-parameter bulk operation, it is minimally adequate but could be more thorough given no annotations.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate. It explains the 'values' parameter as 'new values for ALL parameters', but does not describe 'track_index' or 'device_index' beyond their parameter names. Missing details like allowed ranges or how they identify devices.

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: 'Sets multiple parameters for a device at once.' The 'BULK REMOTE CONTROL' heading immediately indicates batch operation, distinguishing it from the sibling tool 'set_device_parameter' which handles single parameters.

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?

The description explicitly recommends use cases: 'Recommended for loading 'presets' or making simultaneous multi-parameter adjustments.' This provides clear guidance on when to use this tool versus the alternative single-parameter tool.

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

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