Skip to main content
Glama

Confluence MCP Server

by Olson3R

list_spaces

Generate a filtered list of accessible Confluence spaces with pagination support. Configure results limit and cursor for efficient space management.

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" }

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

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