Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

add_nodes_to_inventory

Add multiple nodes to an Itential inventory, specifying names, connection attributes, and optional tags for classification.

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
Behavior3/5

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

With no annotations available, the description carries the burden of behavioral disclosure. It mentions 'bulk' addition, required node components (name, attributes dictionary for connection/platform details), and optional tags, which adds useful behavioral context. However, it does not disclose what happens if nodes already exist, potential partial failures, or permissions needed, which keeps it at a mid-level.

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 front-loaded with the primary action in the first sentence and followed by a concise, focused elaboration. Each sentence adds value, and there is no redundant or filler content.

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 (2 parameters, both documented, with an output schema), the description provides essential usage context: it targets an existing inventory and describes node requirements. It does not need to explain return values because an output schema exists, but it could mention error handling or idempotency to be fully complete.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema by explaining that the attributes dictionary should contain 'connection and platform details' and that tags are for 'classification'. This enriches the bare schema structure and helps the agent construct valid parameter values.

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 specific action: adding nodes in bulk to an existing inventory on Itential Platform. This distinguishes it from sibling tools like create_inventory (creates a new inventory) and add_devices_to_group (adds devices to a group), using a concrete verb and resource.

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 specifies that nodes are added to an *existing* inventory, implying the inventory must already exist and providing context that this is not for inventory creation. It also references get_inventories in the schema, but the description itself does not explicitly name alternatives or exclusions, so it falls just short of a 5.

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