Skip to main content
Glama

Create Document (Outline)

outline_create_document

Create a document in an Outline collection with Markdown content, optionally publish it or nest it under a parent document.

Instructions

Create a document (Markdown body) in a collection. publish=true makes it visible; parentDocumentId nests it. Requires write access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoMarkdown body.
titleYes
publishNo
collectionIdYes
parentDocumentIdNo
Behavior4/5

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

Annotations indicate readOnlyHint=false (write operation). The description adds behavioral context: publish makes the document visible, parentDocumentId nests it. No contradictions.

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

Conciseness5/5

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

One efficient sentence that immediately states purpose and two key parameters, no wasted words.

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

Completeness3/5

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

The description covers the main purpose and two optional parameters, but omits return value (no output schema) and does not explain title or collectionId parameters beyond minimal schema constraints.

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

Parameters3/5

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

Schema description coverage is low (20%: only 'text' has a description). The description explains publish and parentDocumentId, partially compensating, but leaves title and collectionId without additional meaning.

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 clearly states the tool creates a document in a collection with Markdown body, and distinguishes it from sibling tools like outline_update_document and outline_delete_document.

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

Usage Guidelines3/5

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

The description mentions 'Requires write access' and explains key parameters (publish, parentDocumentId), but does not explicitly state when to use this tool versus alternatives like outline_update_document.

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/borgels/mcp-server-outline'

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