Skip to main content
Glama

appearance_cue_across_sequences

Set appearance (color) on a cue across a range of sequences. Provides bulk color assignment using RGB or hex codes for grandMA2 lighting consoles.

Instructions

Set appearance (color) on a cue across a range of sequences.

Iterates over every sequence in the range and applies the color to the
specified cue. Supports RGB values (0-100) or hex color codes.

Args:
    cue_id: Cue number (e.g., 1, 0.5)
    sequence_start: First sequence number in the range
    sequence_end: Last sequence number in the range (inclusive)
    red: (Optional) Red component (0-100)
    green: (Optional) Green component (0-100)
    blue: (Optional) Blue component (0-100)
    color: (Optional) Hex color code (e.g., "FF0000")

Returns:
    dict: Result with commands_sent, count, and summary

Examples:
    - Set cue 0.5 to black across sequences 101-125 (red=0, green=0, blue=0)
    - Set cue 1 to red across sequences 101-103 (color="FF0000")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cue_idYes
sequence_startYes
sequence_endYes
redNo
greenNo
blueNo
colorNo
Behavior3/5

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

With no annotations provided, the description carries full burden. It explains the iteration over sequences and parameter constraints but does not disclose side effects, permission requirements, or behavior when parameters conflict (e.g., RGB and color both provided).

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 with Args, Returns, and Examples sections. It is slightly verbose but efficiently conveys necessary information without redundancy.

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?

Given 7 parameters, no annotations, and no output schema, the description covers the main features but omits validation details (e.g., order of sequence_start/sequence_end) and conflict resolution between RGB and color inputs.

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?

Despite 0% schema description coverage, the description fully explains all 7 parameters, including allowed values (e.g., RGB 0-100, hex codes) and provides examples, adding significant meaning beyond the schema's types.

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 'Set appearance (color) on a cue across a range of sequences.' This specific verb+resource+scope differentiates it from sibling tools like label_cue_across_sequences and store_cue_across_sequences.

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 provides examples but no explicit guidance on when to use this tool versus alternatives. Usage context is implied but not clearly stated.

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