clickup_update_list
Update a ClickUp list's name, description, dates, priority, assignee, or color. Only fields you explicitly set are sent; omitted fields are unchanged.
Instructions
Update a List's name, description, dates, priority, assignee, or color.
Only fields you explicitly set are sent — omitted fields are left
unchanged by ClickUp. Supports markdown_content for a formatted
description (in place of plain content), and unset_status to clear
the List's color designation entirely.
When to Use:
Renaming a List, changing its description, due date, priority, or owner, or changing/clearing its color.
When NOT to Use:
Changing a Task's own status — that is a Task Status, unrelated to a List's color-only
statusfield.
Returns:
A confirmation string with the updated List's name and id, or an
Error ... string.
Examples: params = {"list_id": "901300123456", "name": "Sprint 25"} params = {"list_id": "901300123456", "markdown_content": "## Updated scope", "priority": 1} params = {"list_id": "901300123456", "unset_status": True}
Error Handling: 404 means list_id does not exist; 400 usually means an invalid field value (e.g. an out-of-range priority).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |