Confluence: List Spaces
Read-only. Run from this skill's directory:
python3 ../confluence/scripts/confluence_tool.py list_spaces [--max_results 100]
(First-time setup, once per environment: pip install -r ../confluence/requirements.txt.)
Each space's key is what every other Confluence tool needs as
--space_key -- resolve it here rather than guessing one from a
space's display name.
A space's key and name are stable facts -- if your runtime has
persistent memory, save them the moment you learn them (same turn,
unprompted) rather than calling this again later. See
../confluence/README.md's "Agent memory" section.
If the result contains "error", tell the user what went wrong in
plain language instead of retrying silently or fabricating a result.
See ../confluence/README.md for architecture details and the full
environment-variable table.