MCP Outline Server

by Vortiago
Verified

export_document

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

NameRequiredDescriptionDefault
document_idYes

Input Schema (JSON Schema)

{ "properties": { "document_id": { "title": "Document Id", "type": "string" } }, "required": [ "document_id" ], "title": "export_documentArguments", "type": "object" }
ID: yejga73oe8