Skip to main content
Glama

Hacker Bob public records

List audit events

list_audit_events
Read-onlyIdempotent

List recent workspace audit events with optional actor, action, and time filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toAtNo
actorNo
actionNo
fromAtNo
workspaceSlugYesWorkspace slug selected during agent authorization.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds the 'recent' time scoping, but it does not disclose pagination behavior, ordering, default time windows, or result count limits.

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 a single efficient sentence that front-loads the verb and resource, then lists the optional filters. There is no filler or redundant restatement of the tool name.

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?

With no output schema, the description should explain what a successful response contains or at least mention pagination/limits; it does neither. Time filter units are also unexplained. The description is adequate for a basic call with workspaceSlug, but incomplete for full tool understanding.

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

Parameters2/5

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

Schema description coverage is very low at 20%, and the description only names 'actor, action, and time filters' without explaining formats or semantics. In particular, fromAt and toAt are numbers with no stated unit or timestamp convention, so the description does not compensate for the schema's gaps.

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 uses a specific verb ('List') and a concrete resource ('workspace audit events'), and names the optional filters (actor, action, time). This clearly distinguishes it from sibling list_* tools like list_assets or list_reports, even without reading the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied: an agent can infer to call this tool when it needs recent workspace audit events. However, it provides no explicit when-not-to-use guidance, no mention of alternatives, and no discussion of prerequisites beyond the required workspaceSlug.

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