Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_create_doc

Create new documents in ClickUp workspaces with specified parent locations and visibility settings to organize project documentation.

Instructions

Create a new doc in ClickUp

Input Schema

NameRequiredDescriptionDefault
create_pageNoWhether to create a initial page (false by default)
nameYesThe name of the new Doc
parentYesParent object
visibilityNoDoc visibility (PUBLIC or PRIVATE), PRIVATE by default

Input Schema (JSON Schema)

{ "properties": { "create_page": { "description": "Whether to create a initial page (false by default)", "type": "boolean" }, "name": { "description": "The name of the new Doc", "type": "string" }, "parent": { "additionalProperties": false, "description": "Parent object", "properties": { "id": { "description": "Parent ID", "type": "string" }, "type": { "description": "Parent type: 4 for Space, 5 for Folder, 6 for List, 7 for Everything, 12 for Workspace", "type": "number" } }, "required": [ "id", "type" ], "type": "object" }, "visibility": { "description": "Doc visibility (PUBLIC or PRIVATE), PRIVATE by default", "type": "string" } }, "required": [ "name", "parent" ], "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