Skip to main content
Glama

confluence_move_page

Move a Confluence page to a different parent. Preview the move before confirming to change the page's location in the content tree.

Instructions

Move a Confluence page to a new parent.

DESTRUCTIVE: This changes the page's location in the content tree. By default
this tool runs in preview mode — call with confirm=True to actually move.

You MUST show the preview to the user and get their explicit approval before
calling again with confirm=True.

Args:
    page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
    target_parent_id: The page ID of the new parent page.
    confirm: Must be True to actually move. False (default) shows a preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
page_idYes
target_parent_idYes
Behavior5/5

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

With no annotations provided, the description fully carries the burden: it labels the operation DESTRUCTIVE, explains the preview mode (safe by default), and states the confirm parameter's role.

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 well-structured: purpose first, then a warning, then usage instruction, then parameter details. Every sentence adds value with no wasted words.

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 description covers the operation, safety workflow, and parameter meanings adequately for a mutation tool without output schema. It could mention response format, but that is optional given no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description fully compensates by specifying that page_id accepts numeric IDs or URLs, target_parent_id is a page ID, and confirm defaults to False for preview.

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 clearly states the verb 'Move' and the resource 'a Confluence page to a new parent,' distinguishing it from siblings like copy_page or create_page.

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 explains the preview-then-confirm workflow and mandates user approval, but does not explicitly compare against sibling tools like copy_page or list when not to use this tool.

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