Skip to main content
Glama

list_audit_events

List Lever audit events for security and access investigations. This endpoint is a Lever add-on. Default output summarizes meta keys; full meta requires a reason.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter returned events to a single event type.
limitNoResults per page. Lever accepts 1-100; default is endpoint-specific.
cursorNoLever pagination offset token from a previous response. Use next_cursor from the prior tool result.
reasonNoRequired when detail_profile requests contact, content, values, or full details.
user_idNoFilter by acting user ID, or literal null for no-user events.
target_idNoFilter by target resource ID. Requires target_type in Lever.
target_typeNoFilter by target resource type.
created_at_endNo
detail_profileNooperational returns an operations view; full returns the raw endpoint payload.operational
created_at_startNoUnix timestamp in milliseconds.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds valuable context: 'Default output summarizes meta keys; full meta requires a reason' describes output behavior and a conditional requirement not apparent from the name alone. The add-on note also discloses potential non-availability. However, it does not mention pagination behavior or response format details, leaving some aspects unexplained.

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 two sentences long, with the primary purpose in the first sentence and key behavioral notes in the second. Every clause adds value: 'List Lever audit events for security and access investigations' states purpose, 'This endpoint is a Lever add-on' adds availability context, and 'Default output summarizes meta keys; full meta requires a reason' describes output behavior. No filler or redundancy.

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 tool's complexity (10 parameters, no output schema) and the absence of annotations, the description provides the most critical context: purpose, availability, and output behavior. It does not explain pagination or response structure, but the schema already details the cursor parameter and the description mentions meta key summarization. For a list tool with a well-documented schema, this level of completeness is above average.

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 description coverage is high (90%), and the schema already documents all parameters with clear descriptions, including enums and defaults. The description adds minimal parameter-specific meaning beyond the schema; the 'meta keys' and 'reason' references partially relate to detail_profile and reason, but these are already covered in the schema. Thus, a baseline score of 3 is appropriate—the schema carries the load, with only marginal added context.

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 starts with 'List Lever audit events for security and access investigations,' which uses a specific verb ('List'), a clear resource ('Lever audit events'), and a purpose ('security and access investigations'). This distinguishes it from all sibling list_* tools, which target other resource types. The mention of 'This endpoint is a Lever add-on' further clarifies its unique position.

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 provides context for when to use the tool ('for security and access investigations') and includes important usage caveats: 'This endpoint is a Lever add-on' implies availability constraints, and 'full meta requires a reason' sets a prerequisite. It does not explicitly mention alternatives or when not to use it, but no direct alternatives exist among the sibling tools, so the guidance is adequate.

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.

TDQS

B3.1/5.0
Disambiguation4/5

Most tools target distinct resource-action combinations, but the sheer count (108) and the presence of closely related tools like list_opportunity_feedback / get_opportunity_feedback may cause occasional agent confusion.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun pattern (e.g., create_*, get_*, list_*, update_*, delete_*, add_*, remove_*). Minor exceptions like apply_to_posting still fit the overall structure.

Tool Count2/5

With 108 tools, the surface is excessively large for most agent workflows. Many tools could be merged or removed without losing essential functionality, leading to decision overload.

Completeness5/5

The tool set covers the full Lever API surface comprehensively, including opportunities, postings, requisitions, users, webhooks, templates, files, and compliance data, leaving no obvious gaps.

Resources