outline_create_document
Create new documents in Outline with Markdown content, titles, and optional organization into collections or nested structures.
Instructions
Create a new document in Outline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the document | |
| text | Yes | The content of the document in Markdown format | |
| collectionId | No | Optional collection ID to create the document in | |
| parentDocumentId | No | Optional parent document ID for nested documents | |
| publish | No | Whether to publish the document immediately (default: false) |