Skip to main content
Glama

confluence_update_page_from_markdown_legacy

Update a Confluence page using Markdown input in legacy storage format (XHTML) for instances where ADF is disabled. Supports headings, lists, code blocks, and tables.

Instructions

Legacy: update a page using Confluence storage format (XHTML). Prefer confluence_update_page_from_markdown (ADF) — use this only when targeting an instance that has ADF disabled. Supports headings, bold/italic/strikethrough, links, images, ordered/unordered lists, tables, blockquotes, code blocks (with syntax highlighting), inline code, and horizontal rules. ```mermaid code blocks render as syntax-highlighted code, NOT as Mermaid diagrams (the storage code macro can't host the Mermaid extension). For large documents, use markdownFilePath instead of markdown to avoid tool call size limits. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNoIf true, bypass response trimming and return the raw Confluence API response.
titleYesThe new title of the page
pageIdYesThe ID of the page to update
statusNoPage status
versionYesThe current version number (required for optimistic locking)
markdownNoThe new page content in Markdown format. Supports standard Markdown including headings, bold/italic, links, images, lists, tables, code blocks (with language for syntax highlighting), and Mermaid diagrams using ```mermaid code blocks. Either this or markdownFilePath must be provided.
versionMessageNoOptional message describing the changes
markdownFilePathNoAbsolute path to a Markdown file on disk. Use this instead of the markdown parameter for large documents that may exceed tool call size limits. Takes precedence over markdown if both are provided.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that output is trimmed by default and that `full=true` returns raw response. It also clarifies that ```mermaid code blocks render as syntax-highlighted code, not as Mermaid diagrams. It lacks details on permissions or rate limits but is otherwise transparent for an update operation.

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 detailed but well-structured, with essential information placed upfront (legacy status, preferred alternative, supported features, caveats, and output behavior). It is somewhat long but every sentence adds value, making it efficient despite the length.

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 (8 parameters, no output schema), the description is fairly complete: it explains supported syntax, legacy context, output trimming behavior, and file path alternative. It does not describe the return value structure, but the mention of trimming partially compensates. Overall, it covers most aspects needed for correct invocation.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining the `full` parameter (output trimming), `markdownFilePath` (precedence over `markdown`, size limit), and `version` (optimistic locking). It also clarifies that `markdownFilePath` takes precedence. This provides meaning beyond the schema.

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 is a legacy tool for updating a page using Confluence storage format (XHTML), contrasts it with the preferred `confluence_update_page_from_markdown` (ADF), and specifies when to use it (when ADF is disabled). It also lists supported Markdown features, leaving no ambiguity about what the tool does.

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

Usage Guidelines5/5

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

The description explicitly advises to prefer the ADF-based tool and only use this legacy version when ADF is disabled. It also provides guidance on using `markdownFilePath` for large documents to avoid tool call size limits and explains the output trimming behavior with the `full` parameter. This gives clear when-to-use and when-not-to-use 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/criblio/ultra-confluence-mcp'

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