Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

add_devices_to_group

Add one or more devices to a specified device group in Itential Platform, merging them into the existing list without duplication. Empty input is a no-op.

Instructions

Add one or more devices to a device group

This tool will add one or more devices to a named device group defined in Itential Platform. The name argument specifies the name of the device group to add the list of devices to. The name must be a valid device group. The list of named device groups can be found using the get_device_groups tool.

The devices argument provides the list of devices to be added to the named device group. This operation is additive and idempotent: it merges the supplied devices into the group's existing device list rather than replacing it, and devices already present in the group are not duplicated. Passing an empty list or None is a no-op that leaves the group's devices unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the device group to add devices to
devicesNoList of devices to add to the group

Output Schema

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

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

With no annotations provided, the description carries the full burden and exceeds expectations. It discloses that the operation is additive and idempotent, merges rather than replaces, avoids duplicates, and treats empty/None as a no-op. This gives the agent a thorough understanding of the tool's behavior.

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 well-structured with a clear summary line followed by focused paragraphs. Every sentence provides essential information—purpose, parameter guidance, and behavioral details—without repetition or fluff. It is concise yet complete.

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 two-parameter tool with an output schema, the description is fully sufficient. It covers how to find valid group names, explains the exact effect on existing group contents, and addresses edge cases like empty input. No critical gaps remain.

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

Parameters5/5

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

Although the schema already covers both parameters, the description adds significant meaning: 'name' must be valid and can be looked up via get_device_groups; 'devices' is described with merge semantics, idempotency, and no-op behavior for empty lists. This goes well beyond the schema's brief 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 verb ('Add') and the resource ('one or more devices to a device group'). It distinguishes itself from siblings like remove_devices_from_group and create_device_group by specifying the additive, targeted action. The first sentence is a precise summary.

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 context by noting that the group name must be valid and explicitly points to get_device_groups for finding available groups. It does not explicitly contrast with remove_devices_from_group or create_device_group, but the additive/idempotent wording makes the intended use case clear.

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