Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Audit Events OCSF

audit_events_ocsf
Read-onlyIdempotent

Retrieve OCSF-formatted audit events filtered by date, category, and event type, with cursor-based pagination for large result sets.

Instructions

Query OCSF-formatted audit events from the Automox Audit Service v2. Supports filtering by date, event category (authentication, account_change, entity_management, user_access, web_resource_activity), and event type name. Uses cursor-based pagination for large result sets. Permissions: as of 2025-10-27 the upstream endpoint requires the API key to have BOTH organization:manage and users:read scopes; keys missing either scope return 403.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
category_nameNo
type_nameNo
cursorNo
limitNo
output_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already indicate read-only, non-destructive, idempotent behavior. The description adds critical behavioral details: required API scopes (organization:manage and users:read) and the 403 error for missing scopes, plus cursor-based pagination. No contradiction 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 concise, with each sentence adding distinct value: the main action, filtering support, pagination, and permissions. It is front-loaded and has no unnecessary 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?

Given the presence of an output schema, the description covers purpose, filtering, pagination, and permissions well. It is nearly complete, though it could briefly mention that cursor and limit are for pagination (implied but not explicit).

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?

With 0% schema description coverage, the description partially compensates by listing the category filter values and mentioning date and type filters. However, it does not explain the cursor, limit, or output_format parameters, leaving gaps in understanding.

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 queries OCSF-formatted audit events from the Automox Audit Service v2, with specific filtering capabilities. It distinguishes itself from sibling tools like 'audit_trail_user_activity' by emphasizing the OCSF format and the service version.

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?

The description specifies supported filters (date, category, type) and pagination, providing clear context for when to use this tool. However, it does not explicitly mention when not to use it or contrast with alternatives like 'audit_trail_user_activity', which could improve guidance.

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