Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_edit_page

Update ClickUp document pages by modifying names, subtitles, or markdown content using replace, append, or prepend modes.

Instructions

Edit a page in a ClickUp doc

Input Schema

NameRequiredDescriptionDefault
contentNoPage content in markdown format
content_edit_modeNoContent edit mode (replace, append, prepend), default is replace
doc_idYesClickUp doc ID
nameNoPage name
page_idYesClickUp page ID
sub_titleNoPage subtitle

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Page content in markdown format", "type": "string" }, "content_edit_mode": { "description": "Content edit mode (replace, append, prepend), default is replace", "type": "string" }, "doc_id": { "description": "ClickUp doc ID", "type": "string" }, "name": { "description": "Page name", "type": "string" }, "page_id": { "description": "ClickUp page ID", "type": "string" }, "sub_title": { "description": "Page subtitle", "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