Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

remove_devices_from_group

Remove one or more devices from an existing device group by providing the group name and the list of devices to delete. Updates the group's membership to reflect current inventory.

Instructions

Remove one or more devices from a device group

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

The devices argument provides the list of devices to be removed from the device group.

Input Schema

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

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?

With no annotations provided, the description carries the full burden of behavioral disclosure. Although it clearly states the removal action and the name validity constraint, it does not disclose side effects, error behavior, irreversibility, or permissions. This is a mutation tool, so more transparency is expected.

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 appropriately sized and front-loaded, but the first sentence repeats the tool's action before the second sentence restates it. Each sentence has purpose, but minor redundancy prevents a top score.

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 tool has only 2 parameters with full schema coverage and an output schema, so the description doesn't need to explain return values. However, it leaves ambiguity about the devices argument when null/default is used, and it does not clarify behavior when the group doesn't exist or devices are absent. This gap in edge-case handling makes it incomplete.

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 schema already documents both parameters with 100% coverage, so baseline is 3. The description adds meaning by explaining each argument in prose and emphasizing that name must be a valid group, with a pointer to get_device_groups. This extra validation context lifts it above the baseline.

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 purpose with a specific verb ("Remove") and resource ("devices from a device group"), and distinguishes it from sibling tools like add_devices_to_group. It also provides context about valid group names via get_device_groups.

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 gives clear usage context, stating that the name must be a valid device group and referencing get_device_groups for finding valid names. It does not explicitly exclude alternatives, but the prerequisite guidance helps an agent know when to invoke this tool.

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