Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Search Devices

search_devices
Read-onlyIdempotent

Search Automox devices by hostname, IP, tag, severity, or patch status. Filter results to locate devices with missing patches or specific attributes.

Instructions

Search Automox devices by hostname (including custom name), IP, tag, severity of missing patches, or patch status (only 'missing' is supported).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostname_containsNo
ip_addressNo
tagNo
patch_statusNo
severityNo
managedNo
group_idNo
limitNo
output_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnly, non-destructive, idempotent, and openWorld hints. The description adds a key behavioral constraint: patch status only supports 'missing'. This is valuable beyond annotations. No contradictions.

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?

A single sentence that front-loads the action and lists search criteria efficiently. Every word contributes meaning; no fluff or redundancy.

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?

Given 9 parameters and 0% schema coverage, the description covers core search fields but misses managed, group_id, limit, and output_format. Output schema exists, so return values are covered elsewhere, but the description is not fully complete for parameter understanding.

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 has 0% description coverage, so description must add meaning. It explains hostname_contains, ip_address, tag, severity, and patch_status but omits managed, group_id, limit, and output_format. Only about half of parameters are semantically enriched, which is insufficient for full clarity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it searches devices by hostname, IP, tag, severity, or patch status. The verb 'search' and resource 'Automox devices' are specific. However, it does not explicitly differentiate from sibling tools like 'list_devices' or 'advanced_device_search', though the listed filters imply a filtered search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/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. While the description implies a search with specific filters, it does not state when not to use it or mention alternative tools for more complex queries.

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