list_spaces
List spaces across modules with optional filters for class, type, and archived status. Returns space identifiers, privacy, member count, and more for reuse.
Instructions
List generic Huly spaces across modules. When includeArchived is omitted, includeArchived=false. Returns raw space id, class, type, privacy, archived, autoJoin, member count, and owner count so module-specific tools can reuse the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeArchived | No | Include archived spaces in results. Defaults to false, so only active/non-archived spaces are returned. | |
| class | No | a string that will be trimmed | |
| type | No | a string that will be trimmed | |
| limit | No | Maximum spaces to return (default: 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |