Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Policy Health Overview

policy_health_overview
Read-onlyIdempotent

Summarize Automox policy activity with status breakdown, highlighting top failures and pending or non-applicable runs to assess policy health.

Instructions

Summarize recent Automox policy activity. status_breakdown counts RUNS by overall result; the 'no_success_or_failure' bucket means every device was pending/not_included/remediation_not_applicable (a benign no-op or still in progress), not an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_runsNo
org_uuidNo
window_daysNo
top_failuresNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The annotations already indicate a safe read operation (readOnlyHint=true), and the description adds value by clarifying the 'no_success_or_failure' bucket, explaining it is benign. No contradictions with 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?

The description is two concise sentences. The first states the purpose, the second explains a potentially confusing field. No wasted words.

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 covers the tool's high-level purpose and one field. However, it lacks parameter details, which are important for correct invocation. With an output schema present, return values are handled, but parameter guidance is missing.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention any of the 4 parameters (org_uuid, window_days, top_failures, max_runs) or their meaning. This is a critical gap for a tool with optional parameters.

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: 'Summarize recent Automox policy activity.' It also explains the meaning of a key field, distinguishing it from sibling policy tools like policy_detail or policy_compliance_stats.

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?

The description does not provide guidance on when to use this tool versus alternatives. There is no mention of use cases, prerequisites, or exclusions. Siblings include many policy-related tools, but no comparative advice is 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