Skip to main content
Glama

get_device_parameters

Retrieve all parameters of a device on an Ableton Live track, including names, current values, minimum, and maximum. Specify track and device indices to inspect any device's controls.

Instructions

Get all parameters of a device on a track.

Returns the device name and a list of parameters with name, value, min, and max.

Args: track_index: Zero-based index of the track. device_index: Zero-based index of the device in the track's device chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
device_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses the return structure but does not mention whether the operation is read-only, potential errors, or any prerequisites. As a simple getter, this is somewhat transparent 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 concise, with a clear first sentence stating the purpose, a second sentence describing the return value, and a compact Args section. Every sentence adds value, and there is no redundant 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?

For a tool of this simplicity, the description adequately covers purpose, returns, and parameters. It could improve by explicitly noting that it applies only to regular tracks (not master/return), but this is inferable from sibling tool names and the overall context.

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?

The description provides explicit semantics for both parameters (zero-based indices for track and device chain), which is entirely absent from the input schema. With schema description coverage at 0%, this fully compensates for the lack of schema-level documentation.

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 retrieves all parameters of a device on a track, and specifies the return contents (device name and parameter list with name/value/min/max). This is a specific verb+resource that distinguishes it from sibling tools like get_master_device_parameters and get_return_device_parameters.

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: it is used to fetch device parameters for a specific track. It does not explicitly mention alternatives or exclusions, but the scope (regular track vs. master/return) is inferable from the sibling tool names.

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/alaarab/livemcp'

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