export_document
Export an Outline document as plain Markdown text for external use or sharing. Provide the document ID to receive clean, unformatted content.
Instructions
Exports a document as plain markdown text.
Use this tool when you need to:
Get clean markdown content without formatting
Extract document content for external use
Process document content in another application
Share document content outside Outline
Args: document_id: The document ID to export
Returns: Document content in markdown format without additional formatting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |