Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_search_docs

Find documents within a specific ClickUp workspace, space, folder, or list by providing the parent type and ID to locate relevant content.

Instructions

Search for docs in a specific parent

Input Schema

NameRequiredDescriptionDefault
parent_idYesID of the parent
parent_typeYesType of parent (SPACE, FOLDER, LIST, EVERYTHING, WORKSPACE)

Input Schema (JSON Schema)

{ "properties": { "parent_id": { "description": "ID of the parent", "type": "string" }, "parent_type": { "description": "Type of parent (SPACE, FOLDER, LIST, EVERYTHING, WORKSPACE)", "type": "string" } }, "required": [ "parent_type", "parent_id" ], "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/Leanware-io/clickup-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server