clickup_add_task_to_list
Add an existing task to an additional list without moving it from its original list. Enables a task to appear in multiple lists for cross-cutting views.
Instructions
Add an existing Task's membership to an additional List.
Requires the Tasks in Multiple Lists ClickApp to be enabled for the Workspace; without it ClickUp returns 403. This does not move the Task — it stays in its original (home) List and additionally appears in this one.
When to Use:
A Task needs to appear in a second, cross-cutting List (e.g. a shared "This Sprint" List) without duplicating it.
When NOT to Use:
Moving a Task to a different List entirely (removing it from its current List) — use the tasks module's move-task tool instead.
The Tasks in Multiple Lists ClickApp is disabled for the Workspace — enable it first (ClickUp → Settings → ClickApps).
Returns:
A confirmation string, or an Error ... string.
Examples: params = {"list_id": "901300123456", "task_id": "abc123"}
Error Handling: 403 means the Tasks in Multiple Lists ClickApp is not enabled for this Workspace. 404 means list_id or task_id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |