Skip to main content
Glama

delete_task_link

Unlink two tasks in ClickUp, preserving dependencies. Returns confirmation after removal.

Instructions

Remove a plain link between two tasks (created by add_task_link). Returns a confirmation. Does not affect dependencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesID of the source task.
links_toYesID of the linked task to unlink.
custom_task_idsNoSet true when the task ids are custom task IDs instead of native ClickUp IDs. Requires `team_id`.
team_idNoTeam/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted.
Behavior4/5

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

With no annotations, the description carries full burden. It states the operation (removal), notes it returns a confirmation, and clarifies it does not affect dependencies. Could mention side effects like irreversibility, but adequate for a simple delete.

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?

Two concise sentences with no redundant information. Front-loaded with the core action. Every sentence adds value.

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?

The description is complete given the tool's simplicity. Parameters are fully documented in the schema, and the description provides behavioral context. No output schema exists, but it mentions return type. Could specify the confirmation format.

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 coverage is 100%, and parameters are already described in the schema. The description does not add new meaning to the parameters beyond the schema. Baseline 3 is appropriate.

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 (remove a plain link), the resource (two tasks), and distinguishes it from dependencies. It references the complementary tool 'add_task_link', giving precise context.

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 implies usage as the inverse of 'add_task_link' and explicitly says it does not affect dependencies, guiding the agent to appropriate use. However, it does not explicitly list when to avoid using it or suggest alternatives.

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/helbertparanhos/clickup-mcp-pro'

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