Skip to main content
Glama

Copy Page

confluence_copy_page
Destructive

Copy an existing Confluence page to a new space or under a specific parent page, with a new title. Optionally copy attachments on Confluence Cloud.

Instructions

Copy a Confluence page to a new location.

On Confluence Cloud the native copy endpoint is used. On Server/Data Center the page body is fetched and a new page is created manually (attachments are not copied in the Server/DC path).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_titleYesTitle for the new copied page
source_page_idYesThe ID of the page to copy
copy_attachmentsNo(Optional) Whether to copy attachments to the new page. Defaults to true. Only supported on Confluence Cloud.
destination_parent_idNo(Optional) Parent page ID in the destination space. When omitted the page is created at the space root.
destination_space_keyYesSpace key for the new page (e.g. 'DEV', 'TEAM')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With only destructiveHint=true available in annotations, the description adds meaningful implementation detail: Server/DC fetches the body and creates the page manually, and attachments are not copied in that path. This tells the agent what to expect beyond the annotation. The description does not contradict the destructiveHint.

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?

Three short sentences, first is front-loaded with the core action; the subsequent sentences layer platform caveats without waste. Every sentence earns its place.

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?

The main platform-specific behavior and attachment limitation are covered, and the output schema plus 100% parameter documentation handle return values and parameter details. It does not address alternatives or original-page side effects, but those are not required for a correct call.

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 the baseline is 3. The description adds value by explaining why copy_attachments is only supported on Confluence Cloud ('attachments are not copied in the Server/DC path') and that the page body is fetched and recreated, clarifying the mechanism behind destination parameters.

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 opens with a clear verb-resource statement: 'Copy a Confluence page to a new location.' The word 'copy' plus 'new location' distinguishes it from sibling create/move/delete operations, and later 'new page is created manually' reinforces that the original is being duplicated rather than moved.

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?

It provides platform context (Cloud native endpoint vs Server/DC manual fetch-and-create) but no explicit when-to-use guidance or alternatives. The intended use is implied by the title and first sentence, but there is no statement distinguishing this from move_page or create_page.

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/Nikel-san/AtlMCPforDC'

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