Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

Create Golden Config Tree

create_golden_config_tree

Create a golden configuration tree to standardize network device templates with variable substitution and version management, enabling consistent, reusable configuration structures.

Instructions

Create a new Golden Configuration tree on Itential Platform.

Golden Configuration trees define hierarchical configuration templates for network devices. They support variable substitution and version management to provide consistent, reusable configuration structures across device types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the Golden Configuration tree to create
templateNoThe configuration template associated with the base node
variablesNoThe variables associated with this Golden Config tree
device_typeYesThe configuration device type associated with this tree

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the created Golden Configuration tree
device_typeYesThe device type this tree is designed for
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) but not destructive (destructiveHint=false). The description adds useful context about the resource being created (hierarchical templates, variable substitution, version management), but does not disclose other behavioral traits such as validation, idempotency, or what happens on duplicate names.

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 concise and front-loaded. The first sentence states the primary action clearly, and the second provides necessary background without redundancy. Every sentence earns its place.

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?

The description covers the core purpose and high-level capabilities. Given that an output schema exists and annotations are present, the description is sufficiently complete for a create operation, though it could mention related tools for post-creation steps (e.g., adding nodes) for even richer context.

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% parameter description coverage, so the description's job is light. The description does mention variable substitution, which relates to the 'variables' parameter, but it does not add specific meaning beyond the schema's existing per-parameter descriptions.

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 tool's purpose with a specific verb and resource: 'Create a new Golden Configuration tree'. It also explains what Golden Configuration trees are, which distinguishes this tool from sibling create tools for other resource types.

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?

The description implies usage by explaining the purpose and context, but it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or preconditions. Sibling tools like add_golden_config_node and get_golden_config_trees are not referenced.

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