Skip to main content
Glama

Confluence MCP Server

by Olson3R

list_spaces

Retrieve all accessible Confluence spaces with pagination support, filtered by user permissions, using a specified limit and optional cursor for large datasets.

Instructions

List all accessible Confluence spaces (filtered by allowed spaces)

Input Schema

NameRequiredDescriptionDefault
cursorNoCursor for pagination (from _links.next)
limitNoMaximum results (default: 50)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Cursor for pagination (from _links.next)", "type": "string" }, "limit": { "default": 50, "description": "Maximum results (default: 50)", "type": "number" } }, "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