You're viewing a demo portfolio

Join the waitlist
PRSM

clickup_get_task

Active

Tool of Clickup

declared in 0.1.0

Fetch full task details including name, description, status, priority, assignees, tags, and time tracking. Provide task ID (e.g., "9hz6c").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-clickup-api-key",
      "task_id": "9hz6c"
    }
  ],
  "required": [
    "_apiKey",
    "task_id"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "ClickUp API token"
    },
    "task_id": {
      "type": "string",
      "description": "Task ID"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Clickup

https://github.com/pipeworx-io/mcp-clickup

1/7 registries
View full server →
clickup_get_task — Clickup — PRSM MCP