Skip to main content
Glama

confluence_create_page

Create a Confluence page using Markdown content. Converts Markdown to Atlassian Document Format and submits via API, with optional images and parent page.

Instructions

Create a new Confluence page. The content field accepts Markdown — the server converts it to ADF (Atlassian Document Format) using the official @atlaskit transformer and submits it via the v2 API. The returned content is the ADF JSON document. Do not pass storage-format HTML or hand-written ADF JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPage title
imagesNoOptional array of images to upload and embed. Use {{IMAGE:filename}} placeholders in content to position images inline, or they will be appended at the end. Provide either filePath or fileContent for each image.
contentYesPage content as Markdown. Converted to ADF before submission.
parentIdNoOptional parent page ID
spaceKeyYesThe space key where to create the page
Behavior4/5

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

With no annotations, the description bears full burden. It discloses the Markdown-to-ADF conversion, the return format (ADF JSON), and the image placeholder mechanism. It does not cover permissions or error states, but the key behaviors are conveyed.

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?

The description is a single, efficient paragraph that covers purpose, format constraints, and key behaviors without redundancy. Every sentence adds value, and it remains concise despite the tool's complexity.

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?

For a complex tool with nested objects and no output schema, the description addresses the most critical aspects (conversion, image embedding). It omits validation or error handling but effectively complements the parameter schema.

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%, but the description adds significant meaning: details on image embedding with placeholders and the Markdown conversion. This goes beyond the schema's property descriptions, compensating for the baseline of 3.

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 'Create a new Confluence page' with details on content format (Markdown) and includes what not to do (pass HTML or hand-written ADF). It clearly distinguishes from sibling tools like update, making the purpose unambiguous.

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 provides clear usage guidance on acceptable input formats (Markdown) and warns against incorrect formats (HTML or ADF). It implicitly specifies creation versus update, but lacks explicit when-not-to-use or alternative tool references.

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/jagadeesh52423/ConfluenceMcp'

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