get_webhooks
List all webhooks for a given ClickUp team/workspace.
Instructions
Get all webhooks for a ClickUp team/workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | The ID of the team (workspace) |
List all webhooks for a given ClickUp team/workspace.
Get all webhooks for a ClickUp team/workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | The ID of the team (workspace) |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It indicates a safe read operation ('Get') and scope, but does not disclose potential behavior like pagination, rate limits, or required permissions. It's adequate for a simple list tool but lacks extra context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that directly states the action and scope. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one simple parameter, no output schema, and no annotations. The description sufficiently covers what the tool does and the parameter. It could mention return format or permissions, but for a simple list operation, it's nearly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%: the only parameter team_id is described in the schema. The description adds no meaning beyond the schema, just restating that it's for a team/workspace. Baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (Get), resource (webhooks), and scope (all for a team/workspace). It distinguishes from sibling tools like create_webhook, update_webhook, and delete_webhook by being the read/list operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (to list webhooks) but does not explicitly mention alternatives or when not to use it. Since it's a simple getter, the usage context is fairly obvious, but there is no explicit guidance beyond the verb.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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