Skip to main content
List all accessible Confluence spaces

Tool details

FieldValue
Nameconfluence__list_spaces
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from accessible-resources"
    },
    "limit": {
      "type": "number",
      "description": "Maximum spaces to return"
    },
    "start": {
      "type": "number",
      "description": "Pagination offset"
    }
  },
  "required": [
    "cloudId"
  ],
  "description": "Input schema for the confluence__list_spaces tool."
}

Output schema

This tool does not publish an output schema.