Skip to main content
Glama

clickup_audit_log_query

Query ClickUp workspace audit logs to track user actions, filter by event type, user, and date range for compliance and monitoring.

Instructions

Query the ClickUp audit log (who did what, when) for a workspace — filter by event type, acting user, and date range. Requires Enterprise plan. Uses v3 cursor pagination. Returns an array of audit event objects (actor, event, target, timestamp).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoInclusive upper bound as a Unix timestamp in milliseconds. Omit for no upper bound.
start_dateNoInclusive lower bound as a Unix timestamp in milliseconds (e.g. 1735689600000 for 2025-01-01). Omit for no lower bound.
team_idNoWorkspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config.
typeYesAudit event type filter (e.g. 'task_created', 'user_added', 'permission_changed'). Required. See ClickUp docs for the full list.
user_idNoRestrict to events performed by this user ID. Obtain from clickup_member_list. Omit for all users.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key traits: it's a query operation (implied read-only), requires Enterprise plan (access control), uses v3 cursor pagination (technical behavior), and returns an array of audit event objects (output format). It lacks details on rate limits or error handling, but covers essential behavioral aspects.

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 front-loaded with the core purpose, followed by key details in a logical order: filters, prerequisites, pagination, and return value. Every sentence earns its place with no wasted words, making it highly efficient and easy to scan.

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 complexity (5 parameters, no output schema, no annotations), the description is mostly complete. It covers purpose, filters, prerequisites, pagination, and return structure. However, it could improve by detailing error cases or response formats more explicitly, but it provides sufficient context for effective tool use.

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 100%, so the schema already documents all parameters thoroughly. The description adds marginal value by mentioning filter criteria ('filter by event type, acting user, and date range'), but does not provide additional syntax or format details beyond what the schema specifies. Baseline 3 is appropriate when the schema does the heavy lifting.

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 verb ('Query') and resource ('ClickUp audit log'), with specific scope ('for a workspace') and purpose ('who did what, when'). It distinguishes from siblings by focusing on audit log querying, unlike other tools that handle tasks, comments, or attachments.

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 clear context ('for a workspace') and mentions a prerequisite ('Requires Enterprise plan'), which helps guide usage. However, it does not explicitly state when to use this tool versus alternatives or when not to use it, such as for real-time monitoring versus historical queries.

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/nicholasbester/clickup-cli'

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