Skip to main content
Glama

create_confluence_page

Creates a new Confluence page or blog post with content in Markdown or XHTML format. Optionally set a parent page and choose between page and blogpost types.

Instructions

Creates a new page or blog post in a Confluence space. Content can be provided in Markdown or Confluence storage format (XHTML).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoThe type of content to create. Can be `page` or `blogpost`. Default is `page`.page
titleYesThe title for the new page or blog post.
contentYesThe main content of the page or blog post. Can be in Markdown or Confluence storage format (XHTML).
parentIdNoThe ID of a parent page, which will make the new page a child of that page. Optional.
spaceKeyYesThe key of the space where the content will be created (e.g., "DEV").
Behavior3/5

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

No annotations are provided, so the description bears full burden. It discloses creation and content formats but does not mention return values, error handling, duplicate title behavior, or side effects.

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, front-loaded sentences with no unnecessary details. Every sentence adds value.

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?

Lacks explanation of return values (e.g., page ID), which is important for a creation tool without an output schema. Otherwise covers key aspects like space and content types.

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. The description adds value by clarifying content formats (Markdown or XHTML) and the type parameter (page/blogs post), exceeding schema documentation.

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 it creates a new page or blog post in a Confluence space, specifying the resource and content formats. It effectively distinguishes from sibling tools like update_confluence_page.

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 implies usage for creation but does not provide explicit guidance on when to use this tool vs alternatives (e.g., update_confluence_page) or mention prerequisites like permissions.

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/dunz/mcp-atlassian'

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