Skip to main content
Glama
zcsabbagh

Knowledge Graph MCP Server

by zcsabbagh

update_node

Update a knowledge graph node by recording review session data, adjusting mastery levels, and logging misconceptions to track learning progress.

Instructions

Update a node's properties and record a review session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idYesID or concept name of the node to update
mastery_levelNoOverall mastery (0.0-1.0). Overrides dimensional calculation.
mastery_recallNoAbility to retrieve from memory (0.0-1.0)
mastery_applicationNoAbility to use in new contexts (0.0-1.0)
mastery_explanationNoAbility to teach/explain to others (0.0-1.0)
qualityNoSM-2 review quality rating (0-5). Triggers spaced repetition scheduling. - 5: Perfect response - 4: Correct after hesitation - 3: Correct with serious difficulty - 2: Incorrect, but correct answer seemed easy - 1: Incorrect, correct answer remembered after seeing it - 0: Complete blackout
difficultyNoUpdate estimated difficulty (0.0-1.0)
misconception_detectedNoSpecific misconception observed (e.g., "confuses ± with +")
notesNoLLM observations about the student's understanding

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so the description must disclose behavioral traits. It mentions 'record a review session' but does not explain side effects, overwrite behavior, or implications for spaced repetition scheduling. The schema hints at SM-2, but the description lacks clarity.

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 sentence, which is concise and front-loaded. It avoids verbosity, but could be slightly more structured without sacrificing brevity.

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?

Given 9 parameters, no annotations, and an output schema (not described), the description is insufficient. It does not explain the spaced repetition context or how properties relate, leaving significant gaps for an AI agent to understand full usage.

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?

Input schema has 100% coverage with clear descriptions for all 9 parameters, including ranges and defaults. The description adds minimal value beyond the schema, only providing high-level context that ties parameters to a review session.

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 (update) and the resource (node properties) along with 'record a review session', which distinguishes it from sibling tools like add_node (create) or read_subgraph (read). However, it lacks specificity about the learning system context.

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 explicit guidance on when to use this tool versus alternatives like add_node or query_graph. The description implies usage for updating and recording, but does not state conditions or exclusions.

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/zcsabbagh/knowledge-graph-mcp'

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