Skip to main content
Glama

Update Page

update_page
Idempotent

Update an existing Confluence page by modifying its content, title, parent, or owner. Specify the next version number to save changes.

Instructions

Update an existing page (content, title, parent, or owner).

To move a page to a different parent within the same space, pass the new
parent_id. Cross-space moves are not supported by the v2 API.
To transfer ownership, pass the new owner's account ID as owner_id.

Args:
    page_id: ID of the page to update.
    title: New (or unchanged) title.
    body_value: New (or unchanged) body content.
    version_number: The next version number to store — must be current version + 1.
    body_representation: Format of body_value — storage (default), wiki, atlas_doc_format.
    status: 'current' (published) or 'draft'.
    parent_id: New parent page ID to move/reparent the page (same space only).
    owner_id: Atlassian account ID of the new page owner.
    version_message: Optional commit message stored in the version history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
statusNocurrent
page_idYes
owner_idNo
parent_idNo
body_valueYes
version_numberYes
version_messageNo
body_representationNostorage
Behavior4/5

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

Beyond annotations, the description adds valuable behavioral details: version_number must be current+1, version_message is stored in history, and cross-space moves are not allowed. These go beyond the schema and annotations, though it does not mention potential error responses or the operation's return value.

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 opens with a concise summary, followed by two focused usage notes and a well-organized Args list. Every sentence provides necessary information without redundancy, making it appropriately sized and easy to scan.

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?

Although the description thoroughly documents inputs, it lacks details about the output (the updated page object) and does not discuss error conditions beyond the version_number constraint. Given the tool's complexity and absence of an output schema, this leaves some gaps.

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

Parameters5/5

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

The schema itself has no descriptions (0% coverage), but the description's Args section explains all 9 parameters, including defaults, constraints (e.g., version_number must be current+1), and allowed formats (body_representation). This fully compensates for the schema's lack of 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 the tool updates an existing page and enumerates the modifiable attributes (content, title, parent, owner). This distinguishes it from sibling tools like create_page, delete_page, and update_page_title, making its 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?

Provides clear usage context for reparenting (parent_id, same-space only) and ownership transfer (owner_id), including the limitation that cross-space moves are unsupported. However, it does not explicitly mention when to prefer this tool over alternatives like update_page_title.

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/pascalhubacher/confluence'

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