Skip to main content
Glama

Confluence MCP Server

by Olson3R

search_confluence

Search across permitted Confluence spaces by text or page title, filter by space, and manage results with pagination and body format options.

Instructions

Search for content across allowed Confluence spaces by text and/or title

Input Schema

NameRequiredDescriptionDefault
bodyFormatNoBody format to include: "storage" or "view" (optional)
limitNoMaximum results (default: 25)
queryNoSearch query for content text
spaceKeyNoOptional: Limit search to specific space
startNoStarting index for pagination (default: 0)
titleNoSearch query for page titles

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" }, "query": { "description": "Search query for content text", "type": "string" }, "spaceKey": { "description": "Optional: Limit search to specific space", "type": "string" }, "start": { "default": 0, "description": "Starting index for pagination (default: 0)", "type": "number" }, "title": { "description": "Search query for page titles", "type": "string" } }, "required": [], "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