Skip to main content
Glama

Atlassian Confluence MCP Server

by aashari

conf_get_page

Retrieve Confluence page content and metadata in Markdown format using a page ID. Access full page details including body, title, space, author, version, labels, and URL for enhanced integration and readability.

Instructions

Retrieves the full content (converted to Markdown) and metadata for a specific Confluence page using its numeric ID (pageId).

  • Includes complete page body, title, space info, author, version, labels, and URL. Use this after finding a page ID via confluence_list_pages or confluence_search to get its full content. Returns comprehensive page details formatted as Markdown.

Input Schema

NameRequiredDescriptionDefault
pageIdYesThe numeric ID of the Confluence page to retrieve (e.g., "456789"). This is required and must be a valid page ID from your Confluence instance. The page content will be returned in Markdown format for easy reading.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageId": { "description": "The numeric ID of the Confluence page to retrieve (e.g., \"456789\"). This is required and must be a valid page ID from your Confluence instance. The page content will be returned in Markdown format for easy reading.", "type": "string" } }, "required": [ "pageId" ], "type": "object" }
Install Server

Other Tools from Atlassian Confluence MCP Server

Related Tools

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/aashari/mcp-server-atlassian-confluence'

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