Skip to main content
Glama

Manage annotation

manage_annotation

Create annotated boxes, set operator comments, and list annotations or enclosed operators to self-document a TouchDesigner network.

Instructions

Self-document a network: create a titled annotation box, set an op's comment, list the annotations/comments in a network, or list the ops a box geometrically encloses. Makes generated networks legible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes'create' a titled annotation box, 'comment' to set an op's comment, 'list' the annotations in a network, or 'enclosed' to list the ops a box geometrically encloses.
parent_pathNo(create/list) The network (COMP) to act in./project1
textNo(create) The title/text shown on the box; (comment) the comment string to set.
nameNo(create) Name for the annotation COMP (defaults to 'anno').
node_pathNo(comment) The op to comment on; (enclosed) the annotation box whose enclosed ops to list.
xNo(create) Node-space X position for the box's left edge.
yNo(create) Node-space Y position for the box's top edge.
wNo(create) Node-space width of the box.
hNo(create) Node-space height of the box.
Behavior3/5

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

Annotations already declare readOnlyHint false, destructiveHint false, and openWorldHint true. The description adds that the tool can create, comment, list, and enclose, which aligns with the annotations. It doesn't provide additional behavioral detail beyond what annotations convey, so a 3 is appropriate.

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 extremely concise: two sentences that front-load the core actions and the purpose. No fluff or redundant 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?

Despite having no output schema, the description does not mention return values for the list/list actions, nor error conditions or side effects. For a tool with 9 parameters and multiple actions, this leaves gaps in understanding what the tool actually returns or does.

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?

Input schema covers 100% of parameters with descriptions for each action. The description adds minimal extra meaning beyond summarizing the actions. With high schema coverage, the baseline is 3.

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's purpose with specific verbs and resources: create annotation box, set op comment, list annotations, list enclosed ops. It distinguishes from the many sibling tools by focusing on annotation management for self-documenting networks.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: for self-documenting networks and making them legible. However, it does not explicitly exclude other tools or mention when not to use it, lacking explicit alternatives.

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/Pantani/tdmcp'

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