Skip to main content
Glama
azukhrufy
by azukhrufy

create_webhook

Create a webhook for a ClickUp workspace that delivers event notifications to your endpoint. Subscribe to taskCreated, taskUpdated, taskDeleted, and optionally scope by list, task, space, or folder.

Instructions

Create a webhook for a ClickUp team/workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYesEvents to subscribe to (e.g. taskCreated, taskUpdated, taskDeleted)
list_idNoList ID to scope the webhook (optional)
task_idNoTask ID to scope the webhook (optional)
team_idYesThe ID of the team (workspace)
endpointYesThe URL to receive webhook events
space_idNoSpace ID to scope the webhook (optional)
folder_idNoFolder ID to scope the webhook (optional)
Behavior1/5

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

With no annotations, the description must disclose behavioral traits, but it only states the operation. It doesn't mention authentication, idempotency, response format, or validation of event types. This leaves the agent without information about side effects or requirements.

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 sentence with no filler. It is front-loaded with the key verb and resource, making it easy to parse.

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?

The tool has 7 parameters and no output schema or annotations. The description only provides the core purpose and lacks information about return values, error conditions, or optional scoping parameters. This is insufficient for a complex creation tool.

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?

The input schema already describes all 7 parameters with 100% coverage. The description adds no additional parameter semantics, so it meets the baseline for high schema coverage.

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 action (create), the resource (webhook), and the scope (team/workspace). This distinguishes it from sibling tools like get_webhooks, update_webhook, and delete_webhook.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing team_id) or situations where updating an existing webhook would be more appropriate.

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/azukhrufy/clickup-mcp-server'

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