Skip to main content
Glama
mshegolev

mcp-jira-confluence-corp

by mshegolev

confluence_create_page

Create a new Confluence page in a specified space, with custom title and body in Confluence Storage Format, and optionally as a child of an existing page.

Instructions

Create a new Confluence page.

body must be in Confluence Storage Format (XHTML). To create a child page, pass parent_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.1

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already indicate mutability (readOnlyHint=false) and non-destructiveness (destructiveHint=false). The description adds the requirement that body must be in XHTML format, which is useful. No contradictions with annotations.

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 sentences, no filler. Front-loaded with the action. Every sentence adds value: one for the main purpose, one for the body format and parent_id hint.

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?

Given 4 parameters and an output schema, the description covers only two parameters in detail. It omits space_key and title, which are required. The body format requirement is included, but not enough for a complete understanding without schema inspection.

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?

The description adds context for 'body' (XHTML format) and 'parent_id' (child page creation), which the schema descriptions already provide. However, space_key and title are not mentioned, and schema description coverage is 0%, so the description partially compensates but misses essential parameters.

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

Purpose4/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 new Confluence page, which distinguishes it from siblings like 'get_page' or 'update_page'. However, it could be more specific about the scope (e.g., specifying space and parent), but the verb+resource is clear.

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

Usage Guidelines2/5

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

The description provides a tip about using parent_id for child pages but offers no explicit guidance on when to use this tool versus alternatives like 'update_page' or 'get_page'. No when-not or context for choosing between tools.

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

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/mshegolev/mcp-jira-confluence-corp'

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