Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_merge_tasks

Destructive

Merge duplicate tasks into a single canonical task by combining content and closing source tasks, keeping the target task's identity.

Instructions

Merge one or more source tasks into a target task.

Calls POST /task/{task_id}/merge with {"source_task_ids": [...]}. The target keeps its id; each source task's content is folded in and the source is closed. Custom Task IDs are not supported here — use internal ids.

When to Use:

  • To consolidate duplicate tasks into a single canonical task.

When NOT to Use:

  • To move a task between Lists — use clickup_move_task.

Returns: A confirmation string naming the target and merged source ids. (Destructive: the source tasks are consumed.)

Examples:

  • params = {"task_id": "86target", "source_task_ids": ["86dupA", "86dupB"]}

Error Handling: 404 means the target or a source id is wrong.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Describes the destructive nature (source tasks consumed) and provides the API endpoint and response format, adding context beyond the destructiveHint annotation.

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?

Concise and well-organized: summary, technical detail, usage guidance, return value, example, error handling. No unnecessary repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers all necessary aspects: purpose, when/not to use, technical details, error handling, and an example. Output schema exists, so return format is adequately described.

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

Parameters4/5

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

The input schema already has descriptions, but the description adds important nuance (Custom Task IDs not supported, internal ids required) that clarifies parameter usage.

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?

Clearly states the action (merge) and the resource (tasks), and distinguishes from sibling tool clickup_move_task by specifying when not to use it.

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

Usage Guidelines5/5

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

Explicitly states when to use (consolidate duplicates) and when not to use (move between lists), with a direct reference to an alternative tool.

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

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