Skip to main content
Glama

Record Eos Cue

eos_record_cue
Destructive

Capture the live show state into a cue on Eos. Use preview mode (confirm=false) to check before overwriting, then set confirm=true to execute the record.

Instructions

Record the current live state into a cue. This OVERWRITES existing cue data if the cue number already exists — Eos has no separate "confirm" step over OSC, so double-check the cue number before calling this on a real rig. Safe to experiment with on a test system.

Uses the Eos command line under the hood (there's no dedicated OSC verb for recording), equivalent to typing "Record Cue / Enter" on the console.

The target cue_list must already exist — Eos does not auto-create cue lists and will error with "Cue List Does Not Exist" otherwise (this includes cue list 1 on a genuinely blank show). If recording fails, create the list on the console first, or record the very first cue with a bare "Record Enter" via eos_send_raw_command (targets cue list 1/cue 1 by default), then retry numbered records into that list. Use eos_get_status afterward to check for an error in the command-line echo, since success here isn't guaranteed just because the OSC message was sent.

Args:

  • cue_list (number): Cue list to record into.

  • cue_number (string): Cue number to record, e.g. "5" or "12.5".

  • label (string, optional): Text label to apply to the cue.

  • confirm (boolean): Must be explicitly set to true to actually execute. Omit or set false to get a preview of what would be recorded without touching the show.

Calls are also rate-limited to one per few seconds to guard against a runaway loop hammering Record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoOptional text label for the cue
confirmNoMust be true to actually record; otherwise this just previews the action
cue_listYesCue list to record into
cue_numberYesCue number, e.g. "5" or "12.5"
Behavior5/5

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

Annotations already mark this as destructive and non-read-only, but the description adds critical context beyond that: it explicitly warns that the tool OVERWRITES existing cue data with no separate confirm step, reveals that it uses the Eos command line under the hood, explains the 'Cue List Does Not Exist' error condition, and notes rate limiting. It also explains the confirm parameter's preview behavior. No contradiction with annotations.

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 appropriately detailed for a destructive tool, yet every sentence serves a purpose: warnings, prerequisites, error handling, verification, and parameter semantics. The structure (overview, mechanism, prerequisites, args, rate limit) is logical and front-loaded with the most critical warning. No redundant filler.

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 mutation tool with no output schema, the description is exceptionally complete. It covers the action, when to use, destructive consequences, prerequisites (existing cue list), failure modes and workarounds, post-invocation verification via eos_get_status, and rate limiting. The agent is fully equipped to invoke this tool safely and correctly.

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?

Although the schema covers 100% of parameter descriptions, the description adds meaningful semantics: it explains that cue_list must already exist, provides cue_number format examples, clarifies that confirm must be explicitly true to execute, and describes the preview behavior when false. It also mentions rate limiting that affects parameter usage. This goes well beyond the schema.

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+resource: 'Record the current live state into a cue.' It clearly distinguishes from sibling tools like eos_fire_cue (firing a cue) and eos_select_cue (selection), and explicitly names the underlying Eos command. The scope and behavior are unambiguous.

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 provides explicit when-to-use and when-not-to-use guidance. It states the tool will overwrite existing cue data and advises double-checking cue numbers on a real rig. It also names alternatives: use eos_send_raw_command to create a cue list first or record the first cue, and use eos_get_status to verify success. This gives the agent clear decision context.

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/ReynoldsProductions/ETC-EOS-MCP'

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