Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

update_task_status

Modify task status in ClickUp by specifying the task ID and desired new status. Supports efficient project workflow updates directly through the ClickUp MCP Server.

Instructions

Update task status

Input Schema

NameRequiredDescriptionDefault
statusYesNew status
task_idYesTask ID

Input Schema (JSON Schema)

{ "properties": { "status": { "description": "New status", "type": "string" }, "task_id": { "description": "Task ID", "type": "string" } }, "required": [ "task_id", "status" ], "type": "object" }

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

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