Skip to main content
Glama
mguttmann
by mguttmann

Export of audit trail data.

action1_export_audit_log
Read-onlyIdempotent

Export audit trail data from Action1 with filters like event names, date range, and pagination. Choose CSV or HTML format.

Instructions

Export of audit trail data. Exports audit data. Use parameters to filter out exported… Perm: view_audit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoProvide the number of the first record to be returned.
eventNoThe list of comma-separated event names to include.
limitNoSet the maximum number of items to be returned (the page size).
filterNoProvide a case-insensitive substring to filter and narrow down returned results (i.e., if...
formatNoSpecify the report format.
sortbyNoDefine the sorting order by a certain field.
timetoNoThe end date and time in the following format: YYYY-MM-DD_HH-MM-SS
from_idNoProvide the sequential ID of the first record to be returned.
verboseNoSkip per-item compactor.
timefromNoThe start date and time in the following format: YYYY-MM-DD_HH-MM-SS
response_formatNoOutput format. Default markdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. Description adds the 'Perm: view_audit' permission requirement, which is useful. However, it does not elaborate on what 'export' entails (e.g., generating a downloadable file).

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

Conciseness2/5

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

The description is redundant ('Export of audit trail data. Exports audit data.') and appears truncated with a trailing ellipsis. It is not well-structured and wastes space on repetition.

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?

Despite having 11 parameters and an output schema, the description fails to clarify the tool's purpose relative to siblings or explain the output format. It leaves gaps about the nature of the export and parameter effects.

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?

All 11 parameters are fully described in the schema (100% coverage). The description adds only the generic phrase 'Use parameters to filter out exported…', which does not provide meaningful additional context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it exports audit trail data, but it is vague and repetitive. It does not differentiate from sibling tools like action1_audit_log_search or action1_list_audit_events, and the trailing ellipsis suggests incompleteness.

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 explicit guidance on when to use this tool vs alternatives. Mentions permission requirement but no when-not or alternative tools. The agent is left to infer usage context.

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/mguttmann/action1-mcp'

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