Skip to main content
Glama

Manage annotation

manage_annotation

Create annotation boxes, set comments on operators, list annotations, and find operators enclosed by a box to document and clarify networks.

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?

The description mentions create and comment as write operations, and list/enclosed as reads, which aligns with annotations (readOnlyHint false, destructiveHint false). However, it adds no extra context beyond the actions themselves, such as side effects or permissions.

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 two sentences front-loaded with the four actions, followed by the purpose. It is concise and wastes no words, though it could be slightly more structured with bullet points for clarity.

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 high schema coverage and lack of output schema, the description covers the main purpose and actions adequately. It could improve by clarifying parameter requirements per action mode, but the schema descriptions partially cover this.

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 coverage is 100% with descriptions for all 9 parameters. The description does not add additional meaning beyond what the schema already provides, so baseline score of 3 is appropriate.

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 four actions (create annotated box, set comment, list annotations, list enclosed ops) with specific verbs and resource. It distinguishes itself from sibling tools like document_network by focusing on annotations and comments.

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 lists actions but does not provide explicit guidance on when to use this tool vs alternatives like document_network or create_component. No when-not-to-use or alternative tool mentions are given.

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