Skip to main content
Glama

get_device_display_values

Retrieve all parameters of a device with raw numeric values and human-readable display strings, plus its enabled state.

Instructions

Get all parameters of a device with both raw value and human-readable display value.

Similar to get_device_parameters but also includes is_enabled and the formatted display_value string (e.g. "100 Hz", "-6.0 dB") alongside the raw numeric value.

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?

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the return content (raw + display values, is_enabled) but does not explicitly confirm read-only behavior, error handling, or potential side effects. As a 'get' tool, read-only is implied but not stated.

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 compact: a clear purpose sentence, a comparison with an example of display values, and a minimal but sufficient Args list. Every sentence adds value, and it is front-loaded with the primary purpose.

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?

The tool has a simple structure with two integer parameters and an output schema exists. The description provides enough context for correct invocation, including the zero-based indices and the distinction from get_device_parameters. It does not describe the return format in detail, but that is partially covered by the output schema and the tool's purpose.

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 input schema provides no parameter descriptions (0% coverage), but the description includes an 'Args' section that clearly defines both parameters, including the crucial zero-based indexing. This fully compensates for the schema gap.

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 'Get all parameters of a device with both raw value and human-readable display value,' giving a specific verb and resource. It also distinguishes itself from the sibling tool get_device_parameters by explicitly noting the addition of is_enabled and display_value.

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 names the closely related alternative get_device_parameters and clarifies the key difference, which implicitly guides when to use this tool. However, it does not explicitly state exclusions or when-not scenarios, stopping short of a full 5.

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