Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

Add Nodes to Inventory

add_nodes_to_inventory

Bulk add nodes to an existing Itential inventory by supplying connection details and optional tags.

Instructions

Add nodes in bulk to an existing inventory on Itential Platform.

Adds one or more nodes with full attribute details to an inventory. Each node requires a name and attributes dictionary containing connection and platform details. Tags can be optionally provided per node for classification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodesYesList of node objects to add to the inventory. Each node must include 'name' (str) and 'attributes' (dict with keys like itential_host, itential_platform, cluster_id, itential_user, itential_password). Optionally include 'tags' (list of strings).
inventory_nameYesThe name of the inventory to add nodes to. Use `get_inventories` to see available inventories.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesMessage that provides the status of the operation
messageYesShort description of the status of the operation
Behavior2/5

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

The annotations indicate readOnlyHint=false and destructiveHint=false, but the description adds minimal behavioral context. It does not disclose potential side effects, such as whether duplicate nodes are rejected, whether the operation is atomic, or whether bulk additions have performance implications. The phrase 'in bulk' is the only extra behavioral hint.

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 and front-loaded with the main action. It uses two short paragraphs without redundancy, though the second paragraph partially restates schema content. Overall it is well-structured and efficient.

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?

With two parameters and an output schema, the description covers the core functionality but omits information about error handling, partial failures, or idempotency in bulk operations. Given the availability of an output schema, the description is adequate but not comprehensive for edge cases.

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?

Although the schema covers all parameters, the description enriches the meaning by explaining that each node requires a name and attributes dictionary with connection/platform details, and notes that tags are optional for classification. This goes beyond the schema's descriptive text and helps the agent construct valid inputs.

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 function with a specific verb and resource: 'Add nodes in bulk to an existing inventory.' It distinguishes from siblings like create_inventory or get_inventories by focusing on adding nodes to an existing inventory.

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 this tool is for adding nodes to an existing inventory, but it does not explicitly state when to prefer it over alternatives or exclude cases (e.g., creating a new inventory). The schema hints at using get_inventories, but the description itself provides no explicit usage guidance or alternative comparisons.

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