Skip to content

gatos.get_world

tool World and discovery

Read a concise simulation overview or the complete current world snapshot.

Use when
Starting a planning turn, checking simulation freshness, or obtaining the entire immutable snapshot in one call.
Availability
Telemetry master; disabled detail streams remain absent from the snapshot.
Equivalent interface
gatos://world

Input

FieldTypeRequirementDescription
detail"summary" | "full"Optional · "summary"Summary returns time, warp, status, gates, and entity indexes; full returns the complete SimSnapshot projection.

Call example

gatos.get_world({"detail":"summary"})

Result

Summary world metadata and indexes, or the complete current world document. Both include snapshot_sequence and ut.

Operational notes

  • Use full deliberately: it is complete and is never output-size-truncated.
  • The TTY-only /sim/display surface is not present.