Skip to main content
Glama

roadmap_add_node

Add a node to a hierarchical roadmap tree. Specify kind, title, parent, segment, and priority to create project, segment, phase, epic, or task nodes.

Instructions

Add a node to the roadmap tree. kind = project | segment | phase | epic | task. parent_id nests under another node (0 = top-level); a child inherits its parent's segment unless set. priority is 1..5 (1 = highest; 0 = none). Returns the id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
titleYes
segmentNo
priorityNo
parent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Discloses return value (the id), segment inheritance, and priority range. No annotations present so description does the job. Could mention validation (e.g., parent existence).

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?

Two concise sentences: first states purpose, second details key parameters. No unnecessary words.

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?

Covers main behavior and key parameters; return value specified. Lacks explanation of 'segment' and 'title' fields, but overall adequate for a node addition tool with no annotations.

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?

With 0% schema coverage, description compensates by explaining kind values, parent_id nesting, priority scale, and return value. Title and segment not fully described, but segment inheritance is noted.

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?

Clearly states 'Add a node to the roadmap tree' and enumerates valid kinds. Distinct from siblings like roadmap_view or roadmap_update.

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?

Implies use for adding nodes; explains nesting with parent_id and segment inheritance. No explicit when-not or alternatives, but context from siblings is clear.

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/imsm/aionai'

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