clickup_list_tasks
ActiveTool 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"
}
}
}Parent server
Clickup
https://github.com/pipeworx-io/mcp-clickup
1/7 registries