You're viewing a demo portfolio

Join the waitlist
PRSM

clickup_list_tasks

Active

Tool of Clickup

declared in 0.1.0

List all tasks in a ClickUp list. Returns task ID, name, status, priority, assignees, due date, and URL. Provide list ID (e.g., "123456").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-clickup-api-key",
      "list_id": "123456"
    },
    {
      "page": 1,
      "_apiKey": "your-clickup-api-key",
      "list_id": "123456"
    }
  ],
  "required": [
    "_apiKey",
    "list_id"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (0-indexed, default 0)"
    },
    "_apiKey": {
      "type": "string",
      "description": "ClickUp API token"
    },
    "list_id": {
      "type": "string",
      "description": "List ID to fetch tasks from"
    }
  }
}

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_list_tasks — Clickup — PRSM MCP