MCP Outline Server

by Vortiago
Verified

export_all_collections

Exports the entire workspace content to a downloadable file. IMPORTANT: This tool starts an asynchronous export operation which may take time to complete, especially for large workspaces. The function returns information about the operation, including its status. When the operation is complete, the file can be downloaded or accessed via Outline's UI. The export includes all collections, documents, and their hierarchies in the specified format. Use this tool when you need to: - Create a complete backup of all workspace content - Migrate content to another system - Archive all workspace documents - Get a comprehensive export of knowledge base Args: format: Export format ("outline-markdown", "json", or "html") Returns: Information about the export operation and how to access the file

Input Schema

NameRequiredDescriptionDefault
formatNooutline-markdown

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "outline-markdown", "title": "Format", "type": "string" } }, "title": "export_all_collectionsArguments", "type": "object" }
ID: yejga73oe8