Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

list_tasks

Retrieve tasks from ClickUp by filtering by list, folder, space, status, or assignee IDs, and include closed tasks if needed. Streamline task management workflows efficiently.

Instructions

List tasks in a list, folder, or space

Input Schema

NameRequiredDescriptionDefault
assigneesNoFilter by assignee IDs
folder_idNoFolder ID
include_closedNoInclude closed tasks
list_idNoList ID
space_idNoSpace ID
statusesNoFilter by statuses

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "Filter by assignee IDs", "items": { "type": "integer" }, "type": "array" }, "folder_id": { "description": "Folder ID", "type": "string" }, "include_closed": { "description": "Include closed tasks", "type": "boolean" }, "list_id": { "description": "List ID", "type": "string" }, "space_id": { "description": "Space ID", "type": "string" }, "statuses": { "description": "Filter by statuses", "items": { "type": "string" }, "type": "array" } }, "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