Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Batch Update Devices

batch_update_devices
Destructive

Apply bulk tag updates to multiple devices at once. Supports adding or removing tags from up to 500 devices in a single operation.

Instructions

Apply bulk attribute actions to many devices at once (up to 500). Currently supports tag apply/remove via actions like {'attribute': 'tags', 'action': 'apply', 'value': ['env:prod']}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
devicesYes
actionsYes
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false. The description adds the 500 device limit and example action format, which are behavioral traits not captured in annotations. However, it does not discuss partial failure handling or rollback 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 a single concise sentence with an example, front-loading the key information. Every part is necessary; no wasted words.

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?

For a bulk update tool with 3 parameters, destructive annotation, and an output schema (reducing need to describe return values), the description is fairly complete. It explains the purpose, limit, and action format. Minor gaps: no mention of prerequisites or error scenarios.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It provides an example of the actions parameter (tag apply/remove), adding meaning beyond the raw schema. However, it does not explain the devices parameter (list of IDs) or request_id. The compensation is partial.

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 applies bulk attribute actions to many devices at once, with a limit of 500 devices. It gives an example action format, distinguishing it from single-device updates like update_device. The verb 'apply' and resource 'devices' are specific and unambiguous.

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?

No explicit guidance on when to use this tool versus alternatives such as update_device or advanced_device_search. The limit of 500 and action format provide implicit context, but the description does not mention exclusions or prerequisites.

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/AutomoxCommunity/automox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server