Skip to main content
Glama

store_cue

Save the current lighting programmer state as a cue on the grandMA2 console, with options to merge, overwrite, or suppress confirmation.

Instructions

Store the current programmer state as a cue.

Args:
    cue_id: Cue number to store
    name: (Optional) Name for the cue
    merge: Merge new values into existing cue
    overwrite: Overwrite existing cue entirely
    noconfirm: Suppress store confirmation pop-up

Returns:
    str: Operation result message

Examples:
    - Store cue 1
    - Store cue 5 with name "Blackout" and merge enabled

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cue_idYes
nameNo
mergeNo
overwriteNo
noconfirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description is the sole source for behavioral traits. It does not disclose side effects such as whether the programmer is cleared after storing, whether existing cues are affected, or if authorization is needed. It only mentions a return message, leaving significant gaps in 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a single-purpose sentence, followed by a parameter list, return type, and examples. It is concise without unnecessary words, and the purpose is front-loaded. Each section earns its place.

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 output schema (returns str) and parameter descriptions, the tool is fairly complete for a store operation. Examples clarify typical usage. However, it misses behavioral context like side effects on programmer state, which would elevate it further. Still, it is not incomplete given the tool's straightforward nature.

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 has 0% description coverage, but the description provides meaningful explanations for all five parameters: cue_id as 'Cue number to store', name as optional, merge as 'Merge new values into existing cue', overwrite as 'Overwrite existing cue entirely', and noconfirm as 'Suppress store confirmation pop-up'. This adds clear semantics beyond the schema's type/default values.

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 'Store the current programmer state as a cue', identifying the verb (store) and resource (programmer state as a cue). It distinguishes the tool's core function from siblings like store_cue_across_sequences, but does not explicitly differentiate within the description, though the tool name itself provides context.

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

Usage Guidelines2/5

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

The description provides examples but lacks explicit guidance on when to use this tool versus alternatives like store_preset or store_cue_across_sequences. No mention of prerequisites, when merge vs overwrite should be used, or when noconfirm is appropriate. This leaves the agent to infer usage 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/chienchuanw/gma2-mcp'

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