Skip to main content
Glama

Move Page

confluence_move_page
Destructive

Move a Confluence page to a new parent page or space. Specify target parent ID, target space key, and position to relocate pages.

Instructions

Move a Confluence page to a new parent or space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYesID of the page to move
positionNoPosition: 'append' (default, move as child of target), 'above' (move before target as sibling), or 'below' (move after target as sibling)append
target_parent_idNoTarget parent page ID. If omitted with target_space_key, moves to space root.
target_space_keyNoTarget space key for cross-space moves

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The destructiveHint annotation already marks this as destructive, and the description adds no behavioral context beyond the core function. It does not disclose side effects like URL changes, child page implications, permission requirements, or irreversibility, so it adds no value beyond what annotations already signal.

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 a single clear sentence with no unnecessary words. It front-loads the primary action and destination, making it easy to scan and quickly understand.

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?

The schema and output schema cover parameters and return values, and the destructiveHint annotation covers safety signaling. However, the description lacks usage guidance and behavioral side-effect detail, leaving an agent without enough context to choose this tool confidently among many page-related siblings.

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 description coverage is 100%, so the schema fully documents all parameters. The description's phrase 'new parent or space' loosely maps to target_parent_id and target_space_key but provides no additional semantic detail beyond what the schema already states.

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 a specific verb ('Move') and resource ('a Confluence page') and clearly identifies the destination ('a new parent or space'). It distinguishes itself from sibling tools like copy, delete, or create by precisely describing a relocation operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives such as confluence_copy_page or confluence_update_page. It does not mention prerequisites, exclusions, or scenarios where a different sibling tool would be more appropriate.

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