Expand description
Space tool — wraps SpaceApi behind the AgentTool interface.
Provides agents with Space management capabilities through an action-based parameter schema. Actions: list, get, create, archive, merge, restore.
§Example
{ "action": "list" }
{ "action": "get", "id": "uuid-of-space" }
{ "action": "merge", "id": "survivor-uuid", "absorbed_id": "absorbed-uuid" }Structs§
- Space
Tool - Agent tool for Space management.