Skip to main content
Glama
MaybeItsAdam

zeros-mcp

by MaybeItsAdam

fire_cue

Fire a specific cue on a Zero 88 lighting console running ZerOS. Supports point cues like '1.5'; optionally specify a playback, or omit to use the current one.

Instructions

Fires a specific cue.

Naming the playback is the clearer call, but the cue-only form is worth knowing about: an FLX S48 user reported the playback-qualified address being ignored where the cue-only one worked. If a cue will not fire, try omitting the playback before concluding the console is not listening.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cueYesCue number. Point cues such as "1.5" are supported.
playbackNoPlayback number. The Master Playback is 0. Omit to fire the cue on the console's current playback.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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. It discloses a specific behavioral quirk (playback-qualified address ignored on FLX S48) and provides a workaround, which goes beyond the schema. It does not mention side effects or permissions, but the disclosed quirk is 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 concise, front-loading the core purpose in the first sentence. The anecdote about the FLX S48 user adds credibility but is slightly verbose; still, it earns its place by providing concrete troubleshooting advice.

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?

Given the simple 2-parameter tool and the presence of an output schema, the description covers the key behavior and a notable exception. It doesn't explain return values, but the output schema covers that. The description is sufficient for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes both parameters well, but the description adds meaningful context about the playback parameter, explaining that omitting it can be more reliable in certain cases. This goes beyond the schema's basic descriptions.

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 tool fires a specific cue, using a specific verb and resource. It also mentions the cue-only form and its utility, but does not explicitly differentiate from sibling tools like go_cue or set_pending_cue, so it lacks sibling distinction.

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?

The description gives practical guidance on when to omit the playback parameter, suggesting a fallback for when a cue won't fire. However, it does not explicitly state when to use this tool over alternatives, leaving the usage context implied rather than explicit.

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/MaybeItsAdam/zeros-mcp'

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