Skip to main content
Glama

set_device_parameter

Set a device parameter value on a specific track and device. Use get_device_parameters to find valid ranges before setting.

Instructions

Set a specific parameter value on a device.

Use get_device_parameters first to discover available parameters and their ranges.

Args: track_index: Zero-based index of the track. device_index: Zero-based index of the device in the track's device chain. parameter_index: Zero-based index of the parameter. value: New value for the parameter (must be within the parameter's min/max range).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
track_indexYes
device_indexYes
parameter_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that value must be within min/max range and that indices are zero-based, which is useful. However, it does not mention potential errors when indices are invalid, whether the operation is reversible, or any side effects on playback. This is a moderate level of transparency for a mutation tool.

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 and well-structured. It opens with a one-sentence purpose, adds a usage hint, and then presents an Args list with each parameter explained. No unnecessary words; every sentence contributes to understanding.

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?

The tool is a simple setter with four scalar parameters, no enums, and an output schema (implied). The description covers the purpose, prerequisite workflow, and parameter semantics completely, making it sufficient for the given complexity. The lack of explicit return-value description is mitigated by the existing output schema.

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 schema description coverage is 0%, so the description must compensate fully. It provides detailed semantics for all four parameters: track_index, device_index, parameter_index, and value, including zero-based indexing and the value range constraint. This completely explains each parameter's purpose and constraints.

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 'Set a specific parameter value on a device' with a specific verb and resource. The Args section further clarifies it's for a track's device chain, distinguishing it from sibling tools like set_master_device_parameter and set_return_device_parameter.

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 explicitly instructs 'Use get_device_parameters first to discover available parameters and their ranges,' providing a clear prerequisite and workflow. It does not explicitly exclude alternative setter tools for master/return devices, but the parameter names (track_index, device_index) imply the intended scope.

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