get_task_status
Retrieve the current status of a task in ClickUp using its task ID, enabling efficient task tracking and workflow management through the ClickUp MCP Server.
Instructions
Get current status of a task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | Task ID |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "Task ID",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}