Skip to main content
Glama

confluence_update_page

Update an existing Confluence page by providing new title, content in markdown/wiki/storage format, and optional version comment or parent page.

Instructions

Update an existing Confluence page.

Args: ctx: The FastMCP context. page_id: The ID of the page to update. title: The new title of the page. content: The new content of the page (format depends on content_format). is_minor_edit: Whether this is a minor edit. version_comment: Optional comment for this version. parent_id: Optional new parent page ID. content_format: The format of the content ('markdown', 'wiki', or 'storage'). enable_heading_anchors: Whether to enable heading anchors (markdown only).

Returns: JSON string representing the updated page object.

Raises: ValueError: If Confluence client is not configured, available, or invalid content_format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe new title of the page
contentYesThe new content of the page. Format depends on content_format parameter
page_idYesThe ID of the page to update
parent_idNoOptional the new parent page ID
is_minor_editNoWhether this is a minor edit
content_formatNo(Optional) The format of the content parameter. Options: 'markdown' (default), 'wiki', or 'storage'. Wiki format uses Confluence wiki markup syntaxmarkdown
version_commentNoOptional comment for this version
enable_heading_anchorsNo(Optional) Whether to enable automatic heading anchor generation. Only applies when content_format is 'markdown'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions that the tool updates a page and raises a ValueError if the client is misconfigured, but it does not disclose whether the operation is destructive (e.g., overwriting content), what permissions are required, or if there are rate limits. The description lacks important behavioral context for a mutation tool.

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

Conciseness4/5

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

The description is structured as a Python docstring, which is clear and front-loaded with the main action. However, it is somewhat verbose with repeated parameter details. A more concise summary would improve efficiency for AI agents, but the current structure is still effective.

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?

Given the complexity of 8 parameters (3 required) and the presence of an output schema, the description covers the input clearly, explains content format options, and notes conditional behavior (enable_heading_anchors only for markdown). It lacks details on output structure, but the output schema compensates. It is reasonably complete for a tool of this complexity.

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 input schema already provides 100% coverage with descriptions for all 8 parameters. The description essentially repeats the parameter list without adding significant new meaning. Baseline score of 3 is appropriate since the schema carries the semantic load.

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's purpose: 'Update an existing Confluence page.' It specifies the resource (Confluence page) and the action (update). The tool name itself is unambiguous, and sibling tools like 'confluence_create_page' and 'confluence_delete_page' provide clear differentiation.

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 no explicit guidance on when to use this tool vs alternatives (e.g., when to create vs update). It does not list prerequisites, such as requiring the page to exist prior to update. The only context is the tool name and the sibling list, which does not compensate for the lack of explicit usage instructions.

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

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