Skip to content

list_zones

every canonical zone — discovery surface

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?"