confluence_get_page
Retrieve Confluence page content by ID, optionally converting to markdown or including metadata. Supports both Confluence Cloud and Server/Data Center deployments via MCP Atlassian integration.
Instructions
Get content of a specific Confluence page by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
convert_to_markdown | No | Whether to convert page to markdown (true) or keep it in raw HTML format (false). Raw HTML can reveal macros (like dates) not visible in markdown, but CAUTION: using HTML significantly increases token usage in AI responses. | |
include_metadata | No | Whether to include page metadata such as creation date, last update, version, and labels | |
page_id | Yes | Confluence page ID (numeric ID, can be found in the page URL). For example, in the URL 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title', the page ID is '123456789' |