Skip to content

gatos.get_kitten

tool Vessels and kittens

Read a kitten through the same complete vessel telemetry model.

Use when
You have a kitten id and need its flight, environment, parts, or other vessel sections.
Availability
Vessel telemetry must be enabled.
Equivalent interface
gatos://kittens/{id}

Input

FieldTypeRequirementDescription
idstringRequiredRaw id of a vessel whose is_kitten field is true.
includestring[] | nullOptional · nullSections to return: flight, orbit, environment, propulsion, resources, power, control, modules, encounters, parts, paint, or all.

Call example

gatos.get_kitten({"id":"Valentina","include":["flight","environment","parts"]})

Result

The selected vessel document after kitten validation, plus snapshot_sequence and ut.

Errors

  • ENOENT for a missing id; EINVAL when the vessel is not a kitten or an include is unknown.