Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

Add Golden Config Node

add_golden_config_node

Add a new node to an existing Golden Configuration tree, specifying its parent path, version, and optional template to organize configuration sections hierarchically.

Instructions

Add a new node to an existing Golden Configuration tree.

Nodes in Golden Configuration trees represent configuration sections or components that can be organized hierarchically. Each node can have an associated configuration template and belongs to a specific version of the tree structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the new node to add
pathNoThe parent pathbase
versionNoThe version of the tree to add the node toinitial
templateNoThe configuration template associated with this node
tree_nameYesThe name of the Golden Configuration tree to create

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesSuccess message confirming node addition
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the agent knows this is a non-destructive write. The description adds context about what nodes represent, but does not disclose details like error handling, idempotency, or side effects beyond the annotation-provided safety profile.

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 two sentences: the first states the primary action, the second adds valuable context about node semantics. It is front-loaded with the action and avoids unnecessary 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?

Given the tool's moderate complexity (5 parameters, output schema present), the description adequately covers the domain by explaining nodes in Golden Configuration trees. It does not need to explain return values since an output schema exists, and the parameter schema covers field-level details.

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 description coverage is 100%, so the input schema already describes all five parameters. The description adds general context about nodes but does not provide additional parameter-specific meaning, such as how 'path' relates to hierarchy or how 'version' determines tree structure.

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 'Add a new node to an existing Golden Configuration tree,' which is a specific verb+resource action. This distinguishes it from sibling tools like create_golden_config_tree, which creates the entire tree rather than adding nodes to an existing one.

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 implies the tool is used when you need to add a configuration section or component to an existing tree, and the context about hierarchical organization and versioning provides clear usage context. It does not explicitly name alternatives or exclusions, but the sibling tool list makes the distinction clear enough.

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/itential/itential-mcp'

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