Skip to main content
Glama

Confluence MCP Server

by Olson3R

get_page

Retrieve a specific Confluence page by ID to access its content in storage or view format, enabling efficient management and integration within workflows.

Instructions

Retrieve a specific Confluence page by ID

Input Schema

NameRequiredDescriptionDefault
bodyFormatNoBody format to include: "storage" or "view" (optional)
pageIdYesConfluence page ID

Input Schema (JSON Schema)

{ "properties": { "bodyFormat": { "description": "Body format to include: \"storage\" or \"view\" (optional)", "enum": [ "storage", "view" ], "type": "string" }, "pageId": { "description": "Confluence page ID", "type": "string" } }, "required": [ "pageId" ], "type": "object" }

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/Olson3R/confluence-mcp'

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