Skip to main content
Glama

confluence_create_page

Create a new Confluence page in a specified space. Provide space ID, title, body in storage or ADF format, and optionally set parent page or status.

Instructions

Create a new page in a space. Requires space ID, title, and body content. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe body content. For storage format: XHTML-based markup. For atlas_doc_format: JSON-stringified ADF document.
fullNoIf true, bypass response trimming and return the raw Confluence API response.
titleYesThe title of the page
statusNoPage status (default: current)
spaceIdYesThe ID of the space to create the page in
parentIdNoThe ID of the parent page (optional)
bodyFormatNoThe format of the body content (default: storage). Use atlas_doc_format for ADF JSON.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses output trimming by default and how to get raw response, plus body format details, adding transparency beyond schema.

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?

Two concise sentences: first covers purpose and required params, second explains output behavior. No waste; information is front-loaded and well-structured.

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?

Despite no output schema, description adequately explains response trimming and key parameters. Could mention more about error handling or permissions, but sufficient for basic usage.

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

Parameters4/5

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

Schema coverage is 100% (baseline 3). Description adds value by explaining body format options (XHTML vs ADF) and output trimming behavior of 'full' parameter, enhancing understanding.

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 'Create a new page in a space' with specific required inputs (spaceId, title, body), which distinguishes it from sibling tools like create from markdown.

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?

Provides basic usage context (requires spaceId, title, body) and explains output trimming behavior, but lacks explicit guidance on when to use this vs alternatives like confluence_create_page_from_markdown.

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/criblio/ultra-confluence-mcp'

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