Skip to main content
Glama
qihaze123
by qihaze123

confluence_update_page_section

Update a specific section of a Confluence page by locating it with a heading and replacing its content. The tool handles internal storage and writes back the complete page.

Instructions

Update one page section by heading. The server fetches full storage internally, replaces the matched range, and writes back the whole page so the model only sends the section content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdYesConfluence page ID
headingYesHeading text used to locate the target section
sectionStorageValueYesReplacement storage XHTML for the target section
occurrenceNoWhen the same heading appears multiple times, choose which occurrence (default 1)
includeHeadingNoWhen true replace from the heading tag itself; when false only replace the body below it (default true)
matchModeNoHeading match mode: exact or contains (default exact)
titleNoNew page title (keeps current title if omitted)
minorEditNoWhether this is a minor edit (default true)
messageNoVersion update message / change comment
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It reveals the read-modify-write behavior (server fetches full storage internally, writes back whole page), which is a key behavioral trait. However, it does not mention side effects (e.g., overwriting other sections), failure modes, or permission requirements, so transparency is adequate but not comprehensive.

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 exceptionally concise at two sentences, with the purpose front-loaded. Every word adds value, explaining both what the tool does and how it works. No excess verbiage.

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?

The tool has 9 parameters (some with complex logic like occurrence and includeHeading) and no output schema. The description does not mention return values, error states, or pagination. While the schema covers parameter details, the description lacks completeness about the tool's output and overall behavior in edge cases.

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 has 100% description coverage, providing meaning for each parameter. The description reinforces the purpose (update section by heading) but does not add detailed parameter-level context beyond what the schema already provides. Baseline 3 is appropriate.

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 action (update) and resource (page section by heading). It explains the internal mechanism (server fetches full storage, replaces matched range, writes back whole page), which distinguishes it from sibling tools like confluence_update_page that update the entire page. However, it does not explicitly differentiate from the 'confirmed' variants, slightly reducing clarity.

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

Usage Guidelines3/5

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

The description implies efficient partial updates ('the model only sends the section content'), but does not explicitly state when to use this tool versus alternatives (e.g., staging tools or full page update). No when-not-to-use or alternative tool names are provided, leaving usage context somewhat vague.

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/qihaze123/confluence-mcp-server'

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