Skip to main content
Glama

Atlassian Confluence MCP Server

by aashari

conf_ls_spaces

List and filter Confluence spaces by type (global, personal) and status (current, archived) with pagination support. Use this tool to discover space details like ID, key, name, and URL for integration or navigation purposes.

Instructions

Lists Confluence spaces accessible to the user, with optional filtering by type (global, personal), or status (current, archived).

  • Use this to discover spaces and find their keys needed for other tools.
  • Supports pagination via limit and cursor parameters. Pagination information, including next cursor value, is included directly in the returned text content.
  • Note: Filtering by type alone does not filter by status; the status parameter defaults to returning spaces with all statuses (current and archived) unless explicitly set to current or archived.
  • Returns a formatted list of spaces including ID, key, name, type, status, and URL.
  • Default sort is by name descending.

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for retrieving the next set of results. Obtain this opaque string from the metadata.pagination.nextCursor of a previous response when more results are available. Confluence uses cursor-based pagination rather than offset-based pagination.
limitNoMaximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted. The Confluence API caps results at 100 items per request.
statusNoOptional: Filter spaces by status. Options: "current" (active spaces) or "archived" (archived spaces). If omitted, returns spaces with all statuses.
typeNoOptional: Filter spaces by type. Options: "global" (team spaces), "personal" (user spaces), or "archived" (archived spaces). If omitted, returns spaces of all types.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cursor": { "description": "Pagination cursor for retrieving the next set of results. Obtain this opaque string from the metadata.pagination.nextCursor of a previous response when more results are available. Confluence uses cursor-based pagination rather than offset-based pagination.", "type": "string" }, "limit": { "description": "Maximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted. The Confluence API caps results at 100 items per request.", "exclusiveMinimum": 0, "maximum": 100, "minimum": 1, "type": "integer" }, "status": { "description": "Optional: Filter spaces by status. Options: \"current\" (active spaces) or \"archived\" (archived spaces). If omitted, returns spaces with all statuses.", "enum": [ "current", "archived" ], "type": "string" }, "type": { "description": "Optional: Filter spaces by type. Options: \"global\" (team spaces), \"personal\" (user spaces), or \"archived\" (archived spaces). If omitted, returns spaces of all types.", "enum": [ "global", "personal", "archived" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Atlassian 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/aashari/mcp-server-atlassian-confluence'

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