Skip to main content
Glama

Remove Task Link

remove_task_link
Destructive

Disconnect two ClickUp tasks by removing their task link. Provide the task_id and related_task_id to break the link between them.

Instructions

Remove the ClickUp Task Link between two different Tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
workspace_idNo
custom_task_idsNo
related_task_idYes
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds the scoping detail that the link is between two different tasks, which is a mild behavioral constraint. However, it does not disclose side effects, permanence, or whether the tasks themselves are affected, so added value over annotations is limited.

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 that is perfectly front-loaded with the action and resource. Every word earns its place, with no redundancy or filler.

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?

For a tool with 4 parameters, no output schema, and zero schema descriptions, this one-line description is insufficient. It does not explain what a 'Task Link' is, how to obtain task IDs, the role of optional parameters, or any prerequisites. The tool's complexity demands more contextual detail.

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

Parameters2/5

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

Schema description coverage is 0%. The description implies that task_id and related_task_id correspond to the two tasks, but it does not explicitly name them or explain workspace_id or custom_task_ids. The description only partially compensates for the lack of parameter documentation.

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 uses the specific verb 'Remove' and identifies the resource as the 'ClickUp Task Link', clearly distinguishing it from sibling tools like add_task_link and remove_dependency. It also clarifies the scope 'between two different Tasks', making the purpose unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, when not to use, or possible alternatives such as remove_dependency. Usage context is entirely absent.

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/Blackklegend/custom-clickup-mcp'

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