clickup_create_page
Add a new page to an existing ClickUp Doc, with optional nesting under a parent page and Markdown or plain text content.
Instructions
Add a page to an existing Doc (optionally nested under another page).
When to Use:
To append a new section/page to a Doc you already created or found.
When NOT to Use:
To create the Doc itself — use
clickup_create_doc.To modify an existing page — use
clickup_edit_page.
Returns: A confirmation with the new page's name and id.
Examples:
params = {"doc_id": "8cbq...", "name": "Overview", "content": "# Hi"}
params = {"doc_id": "8cbq...", "name": "Detail", "parent_page_id": "abc"}
Error Handling:
404 → Doc/parent page not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |