Skip to main content
Glama

confluence_copy_page

Copy a Confluence page to a new location or with a new title, optionally preserving labels and attachments.

Instructions

Copy a Confluence page.

Creates a duplicate of the page, optionally under a different parent.

Args:
    page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
    title: Title for the copy. Defaults to "Copy of {original title}".
    destination_parent_id: Parent page ID for the copy. Empty = same parent.
    copy_labels: Whether to copy labels (default True).
    copy_attachments: Whether to copy attachments (default True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
page_idYes
copy_labelsNo
copy_attachmentsNo
destination_parent_idNo
Behavior3/5

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

With no annotations, the description carries full burden. It details the duplication behavior and parameter effects (e.g., copying labels/attachments, parent change). However, it omits potential side effects like permissions, notification triggers, or response format, leaving gaps in transparency.

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 a well-structured docstring with a clear summary followed by parameter details. It includes examples (URL types) without being overly verbose. A minor improvement could be tighter phrasing.

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 straightforward copy operation and no output schema, the description covers all relevant input details and basic behavior. It does not need to elaborate on return values, but it effectively addresses the tool's purpose and parameters.

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?

The schema coverage is 0% (no parameter descriptions in schema), but the description's docstring explains each parameter: page_id accepts numeric IDs or URLs, title defaults to 'Copy of...', destination_parent_id empty means same parent, etc. This adds significant meaning beyond the bare 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 uses the specific verb 'Copy' with the resource 'a Confluence page', clearly distinguishing it from sibling tools like create_page and move_page. The title and first line directly convey the action.

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 states the tool creates a duplicate optionally under a different parent, but does not explicitly guide when to use this vs alternatives like move_page or create_page. The context of duplication is implied, but no exclusions or when-not cases are mentioned.

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/karbassi/confluence-adf-mcp'

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