Skip to main content
Glama

clickup_webhook_create

Register an HTTPS endpoint to receive ClickUp events like task creation, status changes, or comment posts. Optionally scope to a space, folder, list, or task.

Instructions

Register an HTTPS endpoint that ClickUp will POST events to as things happen in the workspace (tasks created, comments added, status changes, etc.). Optionally scope the webhook to a single space, folder, list, or task. The response includes a 'secret' you should use to verify the X-Signature header on incoming payloads. Returns the created webhook object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYesPublic HTTPS URL that will receive event POSTs. Must respond 2xx within 5 seconds or ClickUp will retry/suspend.
eventsYesEvent names to subscribe to (e.g. ['taskCreated','taskUpdated','taskStatusUpdated','commentPosted']). Pass ['*'] to subscribe to every event ClickUp emits.
folder_idNoScope events to this folder only. Mutually exclusive with space_id/list_id/task_id.
list_idNoScope events to this list only. Mutually exclusive with space_id/folder_id/task_id.
space_idNoScope events to this space only. Mutually exclusive with folder_id/list_id/task_id.
task_idNoScope events to this task only. Mutually exclusive with space_id/folder_id/list_id.
team_idNoWorkspace (team) ID. Omit to use the default workspace from config.
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the tool registers an endpoint that receives POST events, optionally scoped, and returns a secret for signature verification. However, it does not mention authorization requirements, rate limits, or behavior on failure, leaving some gaps.

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 three sentences, front-loaded with the core purpose, then optional scoping, then a critical note about the secret. Every sentence provides necessary information without 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 no output schema and no annotations, the description is fairly complete: it covers the action, scoping options, and a key return field (secret). It lacks details on authentication requirements or retry behavior, but these are not critical for a create tool.

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

Parameters4/5

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

Input schema covers all 7 parameters with descriptions (coverage 100%). The description adds value beyond schema: it clarifies scoping mutual exclusivity ('Optionally scope...'), the 5-second response requirement for endpoint, and the secret for verification. This extra context benefits agent understanding.

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's purpose: 'Register an HTTPS endpoint that ClickUp will POST events to'. It mentions optional scoping to space/folder/list/task, which distinguishes it from siblings like clickup_webhook_delete, clickup_webhook_list, and clickup_webhook_update.

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 explains how to scope the webhook ('Optionally scope the webhook to a single space, folder, list, or task') and notes the 5-second response requirement in the endpoint parameter. It implies when to use (create) versus other webhook operations but does not explicitly state alternatives or when not to use.

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