Skip to main content
Glama

clickup_list_update

Update a ClickUp list's name, description, due date, or default task status. Changes the list object and returns it.

Instructions

Modify a ClickUp list's name, description, due date, or status. To move tasks between lists use clickup_task_move, and to add or remove this list from tasks with multi-list membership use clickup_list_add_task / clickup_list_remove_task. Returns the updated list object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNoNew description for the list. Markdown supported.
due_dateNoList-level due date as a Unix timestamp in milliseconds. Individual tasks retain their own due dates.
list_idYesID of the list to update. Obtain from clickup_list_list (field: id).
nameNoNew list name. Omit to keep current name.
statusNoDefault status for tasks added to this list (must match an existing status name in the list's status set).
Behavior3/5

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

With no annotations, the description must disclose behavior. It states the return ('Returns the updated list object') but does not mention potential permissions, error conditions, or side effects beyond modification. This is adequate but not rich.

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?

Two sentences plus a return statement, front-loaded with purpose. Every sentence adds value: purpose, alternatives, return. No fluff.

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

Completeness4/5

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

No output schema, but the description states the return value. The tool has 5 parameters with full schema coverage, and the description provides enough context for this simple update operation. Mentions alternatives for related actions, making it complete for its complexity.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds no additional parameter information beyond what the schema already provides, but the schema itself has thorough descriptions.

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 clearly states 'Modify a ClickUp list's name, description, due date, or status', specifying a specific verb and resource. It also distinguishes from sibling tools by mentioning alternatives for moving tasks and multi-list membership.

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?

Explicit alternatives are given: 'To move tasks between lists use clickup_task_move, and to add or remove this list from tasks with multi-list membership use clickup_list_add_task / clickup_list_remove_task.' This provides clear when-to-use and when-not-to-use guidance.

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/nicholasbester/clickup-cli'

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