Create document
create_documentCreate a new Outline wiki document from markdown, published immediately or saved as a draft, and optionally nested under a parent document in a chosen collection.
Instructions
Create a new Outline document from markdown. Published by default; pass publish=false to save a draft. Requires a collectionId (use list_collections). Optionally nest under a parent document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Document body in markdown | |
| title | Yes | Document title | |
| publish | No | Publish immediately (false = draft) | |
| collectionId | Yes | Collection to create the document in | |
| parentDocumentId | No | Nest under this document |