Skip to main content
Glama
AtlaSent-Systems-Inc

atlasent-mcp

Official

AtlaSent — List Audit Events

atlasent_list_audit_events
Read-only

Retrieve recent evaluation events from the audit log by organization ID, with optional filters for evaluation ID, time range, and result limit.

Instructions

Retrieve recent evaluation events from the audit log.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoISO-8601 end timestamp for the query window.
fromNoISO-8601 start timestamp for the query window.
limitNoMax number of events to return (default 20, max 100).
org_idYesOrganization ID to fetch audit events for.
evaluation_idNoFilter to events for a specific evaluation ID.
Behavior2/5

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

Annotations already declare readOnlyHint=true. The description adds 'recent' but this is vague and potentially misleading since the to/from parameters allow arbitrary time windows. No mention of ordering, pagination behavior (beyond limit), or what happens when the window is empty.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no redundancy. However, it could be front-loaded with key differentiators (e.g., 'audit log' specificity) and still remain concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, so the description should compensate by explaining return structure or field examples. It does not. Also lacks information on event ordering, time zone handling, or filtering effects. For a tool with 5 parameters and many siblings, this is insufficient.

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 coverage is 100%, so parameter descriptions exist and are clear (ISO-8601, limit range, required org_id). The description adds no additional parameter context; baseline 3 is appropriate.

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 action ('Retrieve') and the resource ('evaluation events from the audit log'). This is distinct from sibling list tools like list_evidence_exports or list_policies, making the purpose unambiguous.

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 guidance on when to use this tool versus alternatives (e.g., list_evidence_exports for different event types). The description does not mention context, prerequisites, or exclusions.

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/AtlaSent-Systems-Inc/atlasent-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server