Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_create_page

Create a new page in a ClickUp document by specifying the document ID, page name, and content in markdown format, with options for subtitle and parent page.

Instructions

Create a new page in a ClickUp doc

Input Schema

NameRequiredDescriptionDefault
contentYesPage content in markdown format
doc_idYesClickUp doc ID
nameYesPage name
parent_page_idNoParent page ID (null for root page)
sub_titleNoPage subtitle

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Page content in markdown format", "type": "string" }, "doc_id": { "description": "ClickUp doc ID", "type": "string" }, "name": { "description": "Page name", "type": "string" }, "parent_page_id": { "description": "Parent page ID (null for root page)", "type": "string" }, "sub_title": { "description": "Page subtitle", "type": "string" } }, "required": [ "doc_id", "name", "content" ], "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