Skip to main content
Glama

get_cue_annotation

Read the user-added annotation text for a specific cue. If none set, returns an empty response.

Instructions

read the user-added annotation text on a cue.

in grandMA2, the Info keyword reads or writes user-added descriptive text
annotations on objects. this tool reads the annotation. if no annotation has
been set on the cue, the response will be empty.

note: this does NOT return cue properties (fade time, values, etc.).
to see cue properties, use list_cues with a specific cue_id instead.

Args:
    cue_id: cue ID to read annotation from
    sequence_id: sequence containing the cue (optional)

Returns:
    str: the user annotation text, or empty response message if none set

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cue_idYes
sequence_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so the description carries full burden. It is transparent about the read operation, empty response, and clarification that it does not return cue properties. It could mention any permission requirements, but for a simple read tool this is sufficient.

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 two paragraphs, front-loaded with the core purpose, and includes a clear note and Args section. Every sentence adds value without redundancy.

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?

Given the tool's simplicity (2 parameters, read operation), the description is complete. It explains the input, output, and provides a distinguishing note. The return type is described, and there is an output schema present, but the description adds clarity.

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 input schema has 0% description coverage, but the tool description includes an Args section that explains both parameters: cue_id and sequence_id, adding meaning by specifying what each represents. This compensates for the schema gap.

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 it reads user-added annotation text on a cue, using specific verbs and resource. It distinguishes itself from sibling tools like list_cues by explicitly stating what it does NOT return (cue properties), making its purpose unique.

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 guidance on when to use this tool (to read annotations) and when not to (to get cue properties, for which it recommends list_cues). It also notes the empty response when no annotation is set, setting clear expectations.

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