Create Document (Outline)
outline_create_documentCreate a document in an Outline collection with Markdown content, optionally publish it or nest it under a parent document.
Instructions
Create a document (Markdown body) in a collection. publish=true makes it visible; parentDocumentId nests it. Requires write access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Markdown body. | |
| title | Yes | ||
| publish | No | ||
| collectionId | Yes | ||
| parentDocumentId | No |