docs
Retrieve, list, create, update, and search ClickUp documentation, plus manage sub-pages within them.
Instructions
Manage ClickUp docs and pages. Use action to get, list, create, update docs, or list, create, update, delete pages, or search docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Doc/page name (create, update, pages_create, pages_update) | |
| limit | No | Max docs to return (list) | |
| query | No | Required for search: the search query | |
| action | Yes | Action to perform | |
| cursor | No | Pagination cursor (list, search) | |
| doc_id | No | Required for get, update, pages_*: the doc ID | |
| content | No | Doc/page content in HTML format (create, update, pages_create, pages_update) | |
| deleted | No | Include deleted docs (list) | |
| page_id | No | Required for pages_update, pages_delete: the page ID | |
| archived | No | Include archived docs (list) | |
| scope_id | No | The list or folder ID (create) | |
| sub_title | No | Page subtitle (pages_create, pages_update) | |
| scope_type | No | Where to create the doc (create) | |
| template_id | No | Create doc from a template (create) — get template ID from templates tool | |
| workspace_id | No | The ID of the workspace (get, list, search) | |
| content_format | No | Content format (pages_list) | |
| parent_page_id | No | Parent page ID for sub-pages (pages_create) |