Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Noncompliant Report

noncompliant_report
Read-onlyIdempotent

Retrieve a list of non-compliant devices with details on policy failures and missing patches, including failure reason, severity, and type to prioritize remediation.

Instructions

Retrieve the Automox non-compliant devices report showing devices that need attention due to policy failures or missing patches. Each failing policy includes 'reason_for_fail' (upstream failure text, may be truncated), 'severity', and 'type' so you can state why a device is non-compliant and prioritize across devices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
group_idNo
output_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
metadataNoPagination, errors, per-section summaries, token-budget warnings, and correlation metadata. Shape varies per call.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, indicating a safe read operation. The description adds value by disclosing that the report includes fields like 'reason_for_fail' (with truncation warning), 'severity', and 'type', which aids in understanding the output. No contradiction.

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 two sentences long with no fluff. The first sentence states the action and purpose, the second lists key fields. Information is front-loaded and every sentence contributes meaning.

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 description adequately covers what the report returns but lacks guidance on input parameters (e.g., how to filter by group, pagination). An output schema exists but is not shown; the agent still needs parameter usage context. Given the complexity of 4 parameters, the description is incomplete.

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

Parameters2/5

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

Schema description coverage is 0%, meaning no parameter details are provided in the schema. The description does not mention any of the four parameters (group_id, limit, offset, output_format) or their effects. The agent must infer from parameter names alone, which is insufficient for correct invocation.

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 retrieves a specific resource (the non-compliant devices report) and explains its purpose (showing devices needing attention due to policy failures or missing patches). It distinguishes itself from siblings like 'devices_needing_attention' by detailing the report's content.

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?

The description implies usage for checking non-compliant devices and mentions fields for prioritization, but does not explicitly state when to use this tool versus alternatives like 'devices_needing_attention' or 'get_compliance_snapshot'. No exclusions or prerequisites are given.

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