Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

create_template

Create a new template in Automation Studio for text processing, configuration generation, and data parsing. Set name, type, group, and optional command, text, or sample data.

Instructions

Create a new template in Automation Studio.

Creates a new template with the specified name, type, group, and optional content including command, template text, and sample data. Templates are used for text processing, configuration generation, and data parsing within automation workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoSample data used to test the template
nameYesThe name of the template to create
groupYesThe gorup this template belongs to
commandNoThe CLI command to be run on the target device
projectNoThe name of the project where this template should be created. The available projects can be found using get_projects
templateNoThe template text uesd to generate the output
template_typeYesType of template to create

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoSample data used to test the template
nameYesTemplate name
typeYesTemplate type (textfsm or jinja2)
groupYesThe group the template is currently part of
commandYesThe command send to the device to generate the source text
templateYesThe template used to generate the final output
descriptionNoTemplate description
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the basic action of creating a template and lists the fields involved, but does not mention side effects, permissions, required scopes, or any potential failures. The description adds minimal behavioral context beyond the schema and the action itself.

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 concise, consisting of two short paragraphs in four sentences. It front-loads the primary purpose and then adds relevant use-case context. The first sentence is slightly redundant with the title but does not detract significantly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema and output schema cover parameter semantics and return values, so the description does not need to repeat those. It provides useful context about template use cases. However, it lacks guidance on when to use this tool versus create_command_template, does not mention the project parameter's role, and does not disclose any behavioral nuances, leaving some gaps for a 7-parameter creation tool.

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 schema provides 100% coverage with descriptions for all seven parameters, so the baseline is 3. The description adds a high-level summary of optional fields (command, template text, sample data) but does not clarify any additional details beyond what the schema already provides, such as the meaning of template_type or the project parameter.

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 it creates a new template in Automation Studio with specified name, type, group, and optional content. It effectively communicates the resource and action, though it does not explicitly distinguish itself from the sibling tool create_command_template, which could be confused with this general template creation.

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 provides context by noting that templates are used for text processing, configuration generation, and data parsing within automation workflows. However, it lacks explicit guidance on when to use this tool instead of alternatives such as create_command_template or update_template, and does not mention any exclusions or prerequisites.

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