Skip to main content
Glama

export_all_collections

Read-onlyIdempotent

Export the entire Outline workspace to a downloadable file for backup, migration, or archiving. Supports markdown, JSON, or HTML formats.

Instructions

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

TableJSON Schema
NameRequiredDescriptionDefault
formatNooutline-markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond annotations (readOnlyHint, destructiveHint, idempotentHint), the description details that the tool starts an asynchronous operation, may take time, returns operation info, and file access via UI. This adds significant behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear first sentence, a block on async behavior, use cases, and args. Slightly verbose but every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (async export), the description covers key aspects: purpose, format, async behavior, and access. It's complete enough for an agent to understand and use the tool, though more detail on status checking could be added.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter 'format' has no schema description (0% coverage), but the description lists allowed values ('outline-markdown', 'json', 'html') and explains its purpose, fully compensating for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Exports the entire workspace content to a downloadable file,' clearly identifying the verb (exports) and resource (entire workspace). It distinguishes from sibling tools like export_collection and export_document, which export single collections or documents.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists concrete use cases (create backup, migrate, archive, comprehensive export), giving clear context. It implicitly distinguishes from single-export tools but does not explicitly state when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fastmcp-me/mcp-outline'

If you have feedback or need assistance with the MCP directory API, please join our Discord server