Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

get_command_templates

Retrieve all command templates from the Itential Platform, including global space and project templates, for accessing run-time definitions that pass commands to devices and evaluate responses against rules.

Instructions

Get all command templates from Itential Platform.

Command Templates are run-time templates that actively pass commands to devices and evaluate responses against defined rules. Retrieves templates from both global space and projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
templatesYesList of command template objects with configuration details
Behavior3/5

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

Since no annotations are provided, the description carries the burden of behavioral transparency. It explains what command templates are and that it retrieves from global space and projects, which is useful context. However, it doesn't disclose potential side effects, pagination behavior, or response limits, though the presence of an output schema mitigates some uncertainty.

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, with the first sentence front-loading the primary action and the second providing a concise definition of command templates. Every word contributes meaning without redundancy.

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

Completeness5/5

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

For a simple zero-parameter getter with an output schema, the description fully covers what the tool does, the resource it targets, and the scope of results. It is complete for an agent to select and invoke correctly.

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

Parameters4/5

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

The input schema has zero parameters, so the description isn't required to explain parameter syntax. The baseline for no parameters is 4, and the description adds context about the resource type and scope, which is more than sufficient.

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 action ('Get all command templates') and the resource ('command templates from Itential Platform'). It also specifies the scope (global space and projects), which distinguishes it from sibling tools like 'get_templates' that might refer to other template types.

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 provides clear context for when to use this tool: to retrieve all command templates from both global and project scopes. It doesn't explicitly mention alternatives or exclusions, but the 'Get all' wording and resource definition make the intended use case evident.

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