confluence_list_spaces
ActiveTool of mcp-confluence
declared in 0.1.0
List all Confluence spaces in your instance. Returns space ID, key, name, type, and status. Use to discover documentation areas.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 25
},
{
"type": "global",
"limit": 50
}
],
"properties": {
"type": {
"type": "string",
"description": "Filter by space type: \"global\" or \"personal\""
},
"limit": {
"type": "number",
"description": "Number of spaces to return (default 25, max 100)"
}
}
}Parent server
mcp-confluence
https://github.com/pipeworx-io/mcp-confluence
2/7 registries