list_confluence_spaces
Retrieve Confluence spaces visible to the user, with optional filtering by space type and status for targeted results.
Instructions
Lists all Confluence spaces that the user has permission to view. Can be filtered by type and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter spaces by type: `global` for site-wide spaces or `personal` for user spaces. | |
| limit | No | The maximum number of spaces to return. Default is 25, maximum is 100. | |
| status | No | Filter spaces by status: `current` for active spaces or `archived` for archived spaces. Default is `current`. | current |