Skip to main content
Glama
iljasorokin

confluence-dc-advops-mcp

by iljasorokin

confluence_updateSpaceTemplateFromFile

Update a Confluence space template's body by uploading a storage XML file, preserving existing labels. Rename the template by providing a new name.

Instructions

Update a space page template body from a local storage XML file via PUT /rest/experimental/template. Preserves labels by default. BSA page remains source of truth — this publishes a snapshot for Create from template. To rename: pass templateId + new name (id alone is used for lookup).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoTemplate name (used to find and/or rename)
filePathYesAbsolute path to storage XML
spaceKeyYesSpace key, e.g. TempStream
keepLabelsNoKeep existing labels (default true)
templateIdNoSpace template ID
descriptionNoNew description; default keep current
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key behaviors: preserves labels by default, BSA page remains source of truth, and renaming works via templateId and name. It does not mention error states or prerequisites, but covers the most relevant behavioral aspects.

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 three sentences, each serving a purpose: action/endpoint, default behavior and source-of-truth note, and renaming tip. No filler or redundancy.

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?

Given 6 parameters and no output schema, the description covers the essential behavioral and usage points but omits details about the description parameter and potential error conditions. It is adequate for most use cases but not exhaustive.

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?

Input schema has 100% description coverage, so the schema already documents each parameter. The description adds value by clarifying the renaming pattern (templateId + name) and confirming default for keepLabels. This extra guidance goes 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 the verb 'Update', the resource 'space page template body', and the source 'local storage XML file'. It also distinguishes itself by noting that the BSA page remains the source of truth, which differentiates it from other template operations.

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 description gives context on when to use this tool (publishing a snapshot for Create from template) and mentions a specific usage for renaming. However, it does not explicitly compare to sibling tools or state when not to use it.

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/iljasorokin/confluence-dc-advops-mcp'

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