gatos.list_celestials
tool Celestials
List celestial summaries in deterministic body order.
- Use when
- Discovering raw body ids before orbit, navigation, or geodetic operations.
- Availability
- Body telemetry must be enabled.
- Equivalent interface
gatos://celestials
Input
| Field | Type | Requirement | Description |
|---|---|---|---|
limit | integer | Optional · 50 | Entities per page. Valid range: 1–1000. |
cursor | string | null | Optional · null | Opaque continuation cursor returned by the previous page. |
Call example
gatos.list_celestials({"limit":50})Result
A page of celestial summary objects plus next_cursor, snapshot_sequence, and ut.
Errors
- EINVAL for a limit outside 1–1000 or a cursor for another collection.