Skip to main content
Glama
jihoho12
by jihoho12

merge_nodes

Merge two knowledge graph nodes by retaining node_a and absorbing node_b, with an optional combined summary for clean consolidation.

Instructions

두 노드를 하나로 병합합니다. node_a를 유지하고 node_b를 흡수합니다.

Args: node_a: 유지할 노드 이름 node_b: 흡수될 노드 이름 (병합 후 soft delete) merged_summary: Claude가 합쳐서 작성한 통합 요약 (선택. 비어있으면 단순 append)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_aYes
node_bYes
merged_summaryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that node_b is soft-deleted after merge and that merged_summary, if empty, results in simple append. Provides key behavioral traits but omits permissions or reversibility.

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 sentence overview plus a clean Args section. Every sentence is informative; no fluff.

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 all three parameters and key behavior. Output schema exists, so return values not needed. No mention of errors or prerequisites, but adequate for a merge tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully explains each parameter: node_a is kept, node_b is absorbed and soft-deleted, merged_summary is optional with default empty meaning append. Adds significant meaning beyond schema.

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 it merges two nodes into one, keeping node_a and absorbing node_b. Verb 'merge' and resource 'nodes' are explicit. Differentiates from sibling tools like delete_node.

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

Usage Guidelines3/5

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

Describes which node is kept and which is absorbed, but does not explicitly state when to use this tool versus alternatives like delete_node or update_node. Usage is implied, not directed.

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/jihoho12/MyKnowledgeMCP'

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