Skip to main content
Glama

update_node

Update metadata on an existing node in the knowledge graph to rename, re-domain, or add descriptions without affecting edges.

Instructions

Update metadata on an existing node in the knowledge graph.

Use this to rename, re-domain, or add descriptions to existing nodes without affecting their edges.

Example: update_node(node_id="node-abc123", description="V2 storage engine with segment-based persistence")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idYesID of the node to update
nameNoUpdated node name
domainNoUpdated knowledge domain
descriptionNoUpdated node description
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses a key behavioral trait: updates do not affect edges, which is beyond the schema. The example also clarifies usage. No contradictions present.

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—three sentences and a relevant example. Every sentence adds value, no redundancy. Front-loaded with the main purpose.

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?

While the description covers inputs and side-effects well, it does not describe the output/return value. Since there is no output schema, the description could mention what the tool returns after update. Minor gap, but otherwise complete.

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?

The input schema has 100% coverage, so the baseline is 3. The description does not add additional semantic details beyond the schema definitions; the example shows values but doesn't explain parameter constraints.

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 verb 'Update' and the resource 'metadata on an existing node in the knowledge graph', and lists specific operations (rename, re-domain, add descriptions), distinguishing it from sibling tools like get_node or add_assertion.

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 explicitly says to use it for renaming, re-domaining, or adding descriptions without affecting edges, providing clear context. It could mention explicit alternatives but the guidance is sufficient.

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/Disentinel/grafema'

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