Skip to main content
Glama

add_task_link

Link two ClickUp tasks together by providing the source task ID and the target task ID to connect, establishing a relationship between related tasks in your workspace.

Instructions

Link two tasks together

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesSource task ID
team_idNo
links_toYesTarget task ID to link to
custom_task_idsNo
Behavior2/5

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

No annotations are provided, so the description carries full burden of behavioral disclosure. It doesn't state whether the link is bidirectional, whether existing links are overwritten or duplicated, whether linking requires permissions, or what happens if a cycle is created. For a mutating operation with zero annotation coverage, this is a notable gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, zero waste, front-loaded with the core purpose. However, extreme brevity here reads as under-specification rather than disciplined conciseness, since the tool needs more context for a correct invocation.

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?

With no output schema, no annotations, 50% param coverage, and only 2 of 4 params documented, the description leaves substantial unknowns. The agent cannot determine what response to expect, when team_id/custom_task_ids are required, or how this differs from dependency tools. Incomplete for a mutation tool with sibling ambiguity.

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 only 50%, with task_id and links_to documented but team_id and custom_task_ids left undescribed. The description adds no parameter information beyond 'Link two tasks together'. It doesn't explain the roles of team_id or custom_task_ids, leaving the agent guessing about their purpose

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Link two tasks together' identifies a verb+resource action, clearly distinguishing it from siblings like remove_task_link and add_task_dependency. However, it doesn't clarify what linking means semantically (e.g., creating a relationship vs. dependency), leaving some ambiguity about whether this creates a simple relation or a dependency link.

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 like add_task_dependency, which likely overlaps in task-linking behavior. No when-to-use, prerequisites (e.g., team_id needed?), or exclusions are mentioned. The agent has no direction on choosing between link and dependency tools.

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

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