Skip to main content
Glama

Confluence MCP Server

by Olson3R

get_space_content

Extract and manage pages from a specific Confluence space by specifying space key, pagination limits, and body format for efficient content retrieval.

Instructions

Get pages from a specific space

Input Schema

NameRequiredDescriptionDefault
bodyFormatNoBody format to include: "storage" or "view" (optional)
limitNoMaximum results (default: 25)
spaceKeyYesSpace key
startNoStarting index for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "bodyFormat": { "description": "Body format to include: \"storage\" or \"view\" (optional)", "enum": [ "storage", "view" ], "type": "string" }, "limit": { "default": 25, "description": "Maximum results (default: 25)", "type": "number" }, "spaceKey": { "description": "Space key", "type": "string" }, "start": { "default": 0, "description": "Starting index for pagination (default: 0)", "type": "number" } }, "required": [ "spaceKey" ], "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