Get Aircraft Snapshot
msfs_get_aircraft_snapshotRead current aircraft state in a single batched call. Select sections like position, engines, or systems to get targeted data.
Instructions
Read a snapshot of the current aircraft state.
Narrow with 'sections' to keep the response small -- for example sections=['position'] for a position fix, or ['engines', 'systems'] when debugging a systems issue. All variables across the chosen sections are read in a single batched call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | No | Sections to include: identity, position, engines, systems, autopilot, environment. Omit for all of them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |