Skip to main content
Glama

update_task

Modify existing ClickUp task properties like name, description, status, or priority using task ID or name for identification.

Instructions

Modify an existing task's properties. Valid parameter combinations:

  1. Use taskId alone (preferred if you have it)

  2. Use taskName + optional listName (to disambiguate if multiple tasks have the same name)

At least one update field (name, description, status, priority) must be provided. Only specified fields will be updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdNoID of the task to update (preferred). Use this instead of taskName if you have it from a previous response.
taskNameNoName of the task to update. Only use this if you don't have taskId. Warning: Task names may not be unique.
listNameNoName of the list containing the task. Required when using taskName if multiple tasks have the same name.
nameNoNew name for the task. Include emoji prefix if appropriate.
descriptionNoNew plain text description. Will be ignored if markdown_description is provided.
markdown_descriptionNoNew markdown description. Takes precedence over plain text description.
statusNoNew status. Must be valid for the task's current list.
priorityNoNew priority: 1 (urgent) to 4 (low). Set null to clear priority.
dueDateNoNew due date (Unix timestamp in milliseconds)

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

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