clickup_doc_create
Create a new document in a ClickUp workspace by specifying a name, parent location, and optional workspace ID.
Instructions
Create a new doc in a workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Doc name | |
| parent | No | Parent object with id and type fields | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |