Skip to main content
Glama

get_node_history

Retrieve the compacted change history for a specific node or path in the knowledge graph to track modifications and reasoning behind edits.

Instructions

Return compacted change history for a node or path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes
Behavior2/5

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

With no annotations, the description carries the full burden. It implies a read-only operation but does not disclose what 'compacted' means, whether the operation is destructive, or any other behavioral traits (e.g., rate limits, 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 a single concise sentence that front-loads the key action and resource. It is efficient but could be slightly more structured.

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?

The description is too sparse for a retrieval tool. It does not explain what the output looks like, whether results are paginated, or if date ranges apply. Given the lack of output schema, more detail is needed.

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 only parameter 'identifier' is described as a node or path, adding context beyond the schema's bare type. However, the description does not cover format, constraints, or examples, and schema coverage is 0%.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Return') and the resource ('compacted change history for a node or path'), distinguishing it from sibling tools like get_node_context or get_definitive_path. However, it does not explicitly differentiate from other history-related tools if any exist.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It lacks context such as prerequisites, typical use cases, or suggestions for when to prefer other tools like get_node_context for current state.

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/Raviraj2024/Agent-Context-Graph'

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