MCP Atlassian

by sooperset
Verified

confluence_get_page_ancestors

Retrieve the ancestor pages of a specific Confluence page using the page ID, enabling quick navigation and hierarchy understanding within MCP Atlassian.

Instructions

Get ancestor (parent) pages of a specific Confluence page

Input Schema

NameRequiredDescriptionDefault
page_idYesThe ID of the page whose ancestors you want to retrieve

Input Schema (JSON Schema)

{ "properties": { "page_id": { "description": "The ID of the page whose ancestors you want to retrieve", "type": "string" } }, "required": [ "page_id" ], "type": "object" }
ID: kc33m1kh5m