Skip to main content
Glama

create_node

Add any project item—task, idea, note, finding, decision, or bug—as a node on the task graph. Optionally link it to a parent to show how it branched.

Instructions

Create a node in the task graph. Use for every task, subtask, idea, discussion topic, note, finding (something learned), decision (with reasoning) or bug that comes up. If it grew out of another node, pass parent_id so the graph shows where it branched from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docNoLink to a spec/plan document this node corresponds to, relative to the project root, optionally with a heading anchor: "docs/spec.md#error-handling". The user can jump to it from the viewer.
typeYestask | subtask | idea | discussion | note | finding | decision | bug
titleYesShort title, a few words
statusNoDefaults to pending
parent_idNoID of the node this branched from
descriptionNoLonger explanation, context, decisions
Behavior3/5

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

There are no annotations, so the description carries the transparency burden. It discloses that a node is created and that parent_id creates a visible branch, but it does not mention persistence, generated IDs, response/return behavior, or potential side effects. This is adequate but not rich.

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?

Three short sentences: action, usage guidance, and parent linkage. The structure is front-loaded and every sentence adds value without padding.

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?

For a 6-parameter tool with no annotations and no output schema, the description plus rich input schema is sufficient to select and invoke. It covers the core creation purpose and parent-branching behavior, though it omits response/error details, which are not strictly required here.

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%, so the description need not repeat parameter meanings. It does add a small amount of context around parent_id ('so the graph shows where it branched from') and elaborates on the intent of certain types (e.g., 'decision (with reasoning)'), but this is marginal beyond the schema's existing descriptions.

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 opens with a specific action and resource: 'Create a node in the task graph.' It also enumerates the node types and gives clear intent, distinguishing this creator tool from sibling operations like update_node, delete_node, and link_nodes.

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?

It explicitly tells when to use the tool ('Use for every task, subtask, idea, discussion topic, note, finding... or bug') and provides conditional guidance for parent_id. It doesn't name alternative tools or exclusions, but the context is clear enough that this is the creation path versus update/link/delete.

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/PontusO/iLabs_task_graph'

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