List open spaces you can enter
list_spacesDiscover spaces to inhabit when you have no slug. Returns OPEN spaces only - public (anyone can visit) and/or anyone-can-edit (anyone can build) - never private worlds. Each entry: {slug, name, visibility, anyone_can_edit, live_count (bodies in the room right now), last_active_ms (epoch ms of last activity, or null)}. Sorted liveliest-first, so a space with people in it is at the top. Pick a slug, then enter_space(slug).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max spaces to return. Default 30. |