Skip to main content
Glama

control_crestron_device

Set a Crestron device value immediately or after a specified delay. Supports digital, analog, or serial commands.

Instructions

Set a device's value. Optionally schedule it to run after a delay (delay_ms), e.g. "turn the porch light on in 30 seconds".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYesUnique device identifier (e.g. "conf_rm_a_lights_on").
valueYesNew value - digital "0"/"1", analog "0"-"65535", or serial text.
delay_msNoOptional delay in milliseconds before the set runs on the processor (0 / omit = immediate).
Behavior3/5

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

With no annotations provided, the description must fully disclose behavior. It states the action and optional delay, but lacks details on idempotency, side effects, permissions, or error handling. The example adds context but is insufficient.

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: two sentences. First states purpose, second adds optional delay with an example. No unnecessary words.

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?

For a 3-parameter tool with no output schema and many siblings, the description is brief. It does not explain return values, how to verify success, or error cases. Adequate but not complete.

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?

Input schema has 100% coverage with descriptive parameter descriptions. The description adds no new meaning beyond the schema, except for a usage example and explanation of delay_ms. Baseline is 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Set a device's value') and the resource (device), with an example. However, it does not explicitly differentiate from siblings like 'set_crestron_devices' (bulk) or 'pulse_crestron_device'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While the description mentions optional delay and gives an example, it does not provide guidance on when to use this tool versus alternatives (e.g., pulse, ramp). No exclusions or context are given.

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/SolutionAVAutomation/crestron-mcp-client'

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