Skip to main content
Glama

List audit events

list_audit_events
Read-onlyIdempotent

The workspace's security and compliance trail, newest first — who did what and when. Deliberately narrow: routine reversible actions (editing block text, reordering a collection) aren't logged, so this stays a trail rather than an activity feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many events to return, newest first. Defaults to 50.
offsetNoHow many events to skip, for paging. Defaults to 0.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYesHow many events the workspace has in all, across every page.
eventsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful behavioral context beyond this: events are ordered newest first, and the trail is deliberately narrow by excluding routine reversible actions. This helps an agent reason about what results to expect.

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 compact and front-loaded: the primary purpose and ordering are stated first, and the deliberate scoping limitation follows in a second sentence. Every sentence earns its place without unnecessary detail.

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

Completeness5/5

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

For a simple read-only listing tool with two optional paging parameters, an output schema, and full schema coverage, the description is complete. It covers what the tool returns, ordering, and the important scoping limitation, so an agent has everything needed to select and invoke it correctly.

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%, with limit and offset fully described including defaults and ordering. The description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 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 tool lists the workspace's security and compliance trail, newest first, covering who did what and when. It also proactively distinguishes itself from an activity feed by noting which routine reversible actions are excluded, making it easy to tell this tool apart from other list_* siblings.

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 gives clear usage context: this is the security/compliance trail, not a general activity feed. It explains that routine reversible actions aren't logged, which sets expectations for when audit events may be absent, though it doesn't name alternative tools or explicitly say 'use this when...'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources