Skip to main content
Glama

get_device_parameters

List every automatable parameter of a device on a track with values, ranges, and display info, so you can inspect and then adjust them via set_device_parameter.

Instructions

List every automatable parameter of a device on a track.

Returns JSON with the device name and a list of parameters, each:
index, name, value, min, max, is_quantized, value_items (enum labels for
quantized params, else null), display_value (e.g. '440 Hz', 'Lowpass'),
default_value, is_enabled. Use this to discover what you can change, then
call set_device_parameter. track='master'/'return:N' targets those tracks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackNo
track_indexYes
device_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It thoroughly describes the return JSON structure and field semantics, including special cases like value_items and display_value. It does not mention error behavior or read-only guarantees, but for a 'get' tool, the return format and targeting details are sufficient and valuable.

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 front-loaded with a clear purpose statement and then follows with a structured list of fields and usage guidance. While it is a bit dense, every clause adds necessary information (return format, field semantics, usage workflow). It could be slightly more concise but remains well-organized and efficient.

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

Completeness5/5

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

For a read-only discovery tool, this description is remarkably complete. It explains what it does, what it returns in detail, how to use it (discover then call set_device_parameter), and how to target special tracks. Given the presence of an output schema, the return-field explanation goes above and beyond, covering gaps that annotations might normally fill.

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?

Schema coverage is 0%, so the description must compensate. It adds meaning for the track parameter by explaining special values ('master'/'return:N'), but it does not explicitly describe track_index or device_index beyond their schema titles. Given the self-explanatory names and partial description compensation, a score of 3 reflects acceptable but incomplete enhancement.

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 opens with a specific verb and resource: 'List every automatable parameter of a device on a track.' This clearly identifies the tool's function and distinct purpose, especially compared to siblings like set_device_parameter and get_macros, making the purpose immediately clear.

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 instructs when to use this tool: 'Use this to discover what you can change, then call set_device_parameter.' This names an alternative tool and provides a clear workflow context. It also clarifies special target tracks with "track='master'/'return:N' targets those tracks," giving concrete guidance beyond general usage.

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/verove-jordan/ableton12-mcp'

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