Skip to main content
Glama
iljasorokin

confluence-dc-advops-mcp

by iljasorokin

confluence_getSpaceTemplateToFile

Download a Confluence space page template body storage to a local XML file. Provide space key and template ID or name to save the file.

Instructions

Download a space page template body.storage to a local XML file. Requires spaceKey (GET by id alone 404s on DC). Identify by templateId and/or exact/partial name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoTemplate name or substring, e.g. CR-XXX-BRD
filePathYesAbsolute path to write storage XML
spaceKeyYesSpace key, e.g. TempStream
templateIdNoSpace template ID, e.g. 227016711 for CR-XXX-BRD
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It mentions the 404 issue and identification methods but does not discuss file overwrite behavior, authentication needs, or rate limits. 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?

Two sentences: first defines the action, second adds usage constraints. No redundant words. Front-loaded with essential information.

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?

Covers main action, required parameters, identification, and a known issue. No output schema but output is a file. Missing details like whether file overwrites or appends. Nearly complete for a straightforward download tool.

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 has 100% coverage with descriptions. The description adds context that templateId and name can be used together and that name supports substring matching. Also clarifies filePath as absolute path. Adds value beyond 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?

Clearly states verb 'download', resource 'space page template body.storage', and output 'local XML file'. Distinguishes from siblings by being the only template download to file tool. Also provides identification methods and a specific constraint (GET by id alone 404s on DC).

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?

Description explains required spaceKey and identification via templateId/exact/partial name, and warns about a 404 issue. However, it does not explicitly compare with alternative tools like confluence_getStorageToFile or specify when to use this over others.

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