Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Get Compliance Snapshot

get_compliance_snapshot
Read-onlyIdempotent

Get a combined view of non-compliant devices, fleet health metrics, and policy statistics to assess your compliance posture in a single call.

Instructions

Combined view of non-compliant devices, fleet health metrics, and policy statistics. Answers 'What is our compliance posture?' in a single call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idNo
detail_limitNo

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 indicate safety (readOnly, non-destructive, idempotent). Description adds context by specifying the three data categories included, providing behavioral insight beyond annotations.

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?

Two concise sentences, front-loaded with the key value proposition. No extraneous information.

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?

Output schema exists, so description doesn't need to detail return structure. Covers the main purpose and data types. Lacks detail on parameter usage, but overall sufficient for a snapshot tool.

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 has 0% description coverage for parameters (group_id, detail_limit). Description does not explain what these parameters do, leaving the agent uninformed about their purpose or format.

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?

Clearly describes the tool as a combined view of compliance-related data (non-compliant devices, fleet health, policy statistics) and positions it as answering a specific question. Differentiates from sibling tools by being an aggregated snapshot.

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?

Explicitly states the tool answers 'What is our compliance posture?' indicating when to use. Does not explicitly list when not to use or alternatives, but the context is clear given sibling tools.

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