Skip to main content
Glama

confluence_copy

Copy a Confluence page with its attachments, labels, and properties to a new parent. Specify source page ID, destination parent ID, and new title.

Instructions

Copy a single Confluence page under a destination parent page (parent_id), giving the copy title. Carries the source page's attachments, labels, and properties (not its restrictions). Single-page copy only. Returns YAML with the new page id. Mirrors omni-dev atlassian confluence copy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle for the new copied page.
page_idYesSource page ID to copy.
parent_idYesDestination parent page ID the copy is placed under.
Behavior5/5

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

Despite no annotations, description fully discloses behavior: carries attachments/labels/properties, excludes restrictions, returns YAML with new page id, and is single-page only. No contradictions.

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?

Four concise sentences with no wasted words. Front-loaded with main action, efficiently covers key points.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even without output schema, description explains return value (YAML with id). Covers all relevant behavioral aspects for a copy tool, making it self-contained.

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?

Schema already covers all three parameters with clear descriptions (100% coverage). Description adds minimal extra context beyond schema; mentions return format but that is not parameter-related.

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 the tool copies a single Confluence page under a destination parent page, with explicit mention of what is carried (attachments, labels, properties) and what is not (restrictions). Distinguishes from siblings like 'confluence_move' and 'confluence_create'.

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?

Specifies single-page copy only and mentions what content is carried, helping decide appropriateness. Lacks explicit when-not-to-use or alternative tools but provides sufficient context.

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/rust-works/omni-dev'

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