Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

search_tasks

Filter and search tasks in a workspace by query, status, or assignee IDs using the ClickUp integration, enabling focused task management and productivity.

Instructions

Search tasks across workspace

Input Schema

NameRequiredDescriptionDefault
assigneesNoFilter by assignee IDs
queryNoSearch query
statusesNoFilter by statuses

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "Filter by assignee IDs", "items": { "type": "integer" }, "type": "array" }, "query": { "description": "Search query", "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