Skip to content
HARD

list_zones

every canonical zone — discovery surface

🔒 HARD tier. the discovery surface for zone slugs.

returns an array of {slug, name, emoji, archetype}. use it to discover canonical slugs before lookup_zone, or to validate that a zone reference in agent prose maps to a real slug.

input

{}

no arguments. (the MCP SDK requires arguments: {} to be present even when empty.)

output

[
  { "slug": "stonehenge", "name": "Stonehenge", "emoji": "🪨", "archetype": "All" },
  { "slug": "bear-cave",  "name": "Bear Cave",  "emoji": "🐻", "archetype": "Freetekno" },
  ...
]

composition

pair this withfor
lookup_zonedrilling into a specific zone's full entry
validate_world_elementthe inverse — "is this slug canonical?"