Skip to main content
Glama

list_cues

Retrieve a list of cues from a grandMA2 console. Specify a cue ID, range, or sequence to view cue details.

Instructions

list cues on the grandMA2 console.

lists cues of the selected executor, or a specific sequence if sequence_id is provided.

Args:
    cue_id: specific cue ID or start of range (optional)
    end_cue_id: end cue ID for range query (optional)
    sequence_id: sequence to list cues from (optional)

Returns:
    str: raw console response with cue listing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cue_idNo
end_cue_idNo
sequence_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It indicates the return type (raw console response) but says nothing about side effects, permissions, error handling, or whether it is read-only. The description lacks critical behavioral context beyond the basic operation.

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, with a clear first sentence stating purpose, followed by parameter descriptions and return type. No unnecessary text, and the structure is front-loaded with the essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and moderate complexity (3 optional parameters, no output schema), the description fails to cover important context: what happens with invalid inputs, what the raw response format looks like, or how the 'selected executor' is established. An agent would need additional documentation to use this tool correctly.

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?

Schema description coverage is 0%, so the description adds meaning for all three parameters: cue_id (specific ID or start of range), end_cue_id (end of range), sequence_id (sequence to list). However, it does not clarify the exact range semantics (inclusive/exclusive), what happens when only cue_id is given, or how the selected executor is determined.

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 the tool lists cues on a grandMA2 console, distinguishing it from siblings like 'delete_cue' or 'goto_cue_tool'. It specifies it lists from the selected executor or a specific sequence if sequence_id is provided, which is a specific verb-resource combination.

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 implies when to use the tool (to list cues from an executor or sequence) but does not provide explicit when-not-to-use guidance or mention sibling tools like 'read_cue_info'. The usage context is clear from the purpose, but exclusions are missing.

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