Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_get_page

Retrieve specific pages from ClickUp documents using document and page IDs to access workspace content programmatically.

Instructions

Get a page from a ClickUp doc

Input Schema

NameRequiredDescriptionDefault
doc_idYesClickUp doc ID
page_idYesClickUp page ID

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "description": "ClickUp doc ID", "type": "string" }, "page_id": { "description": "ClickUp page ID", "type": "string" } }, "required": [ "doc_id", "page_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