Skip to main content
Glama

confluence_update_page

Update a Confluence page's title and content with markdown by supplying the page ID and current version number to avoid conflicts. Use to modify existing page details.

Instructions

Update the title and/or content of an existing Confluence page. Requires the current version number — Confluence rejects updates that omit it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesNew content as plain markdown. Converted to ADF before sending.
titleYesNew title (required even if unchanged)
pageIdYesNumeric page ID
versionNumberYesCurrent version number. Fetch with confluence_get_page first. Must increment by 1.

Schema Changelog

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

  1. First observedv1.2.1

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does reveal a meaningful constraint: Confluence rejects updates that omit the current version number. However, it omits side effects, permission needs, and the fact that title and body are both required despite the 'and/or' phrasing.

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 two tight clauses with no filler: the action is front-loaded and the critical version caveat follows immediately. Every word earns its place.

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?

No annotations or output schema mean the description must provide operational context. It gives the versioning caveat but leaves the 'and/or' ambiguity unresolved regarding required fields, and it does not clarify that unchanged fields must still be passed. Adequate, but a meaningful gap remains.

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?

Schema coverage is 100%, so the baseline is 3; the description does not need to restate parameter meanings. It adds the current-version requirement, but the schema already documents fetching with confluence_get_page and incrementing by 1, so the added value is minimal.

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?

Clearly identifies the operation (update), the resource (existing Confluence page), and the scope (title/content), which distinguishes it from create_page and get_page. The 'and/or' phrasing is slightly imprecise, but the core purpose is 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 word 'existing' and the version-number requirement imply this is for editing pages that have already been created and that the current version must be fetched first. It does not explicitly name alternatives like confluence_create_page, but the usage context is clear.

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/Ask-Me-Anything-dot-work/ama-mcp-atlassian'

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