get_aircraft_availability
Check availability. SYSTEM REQUIREMENT: You MUST have called 'get_dispatch_context_and_time' in this turn to verify the current date. WARNING: Do NOT guess the year (e.g. 2024). It is likely 2025 or later. Usage: If aircraftId is missing, check the WHOLE fleet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End (ISO). CALCULATE THIS YOURSELF from context. Do NOT ask user. | |
| from | Yes | Start (ISO). CALCULATE THIS YOURSELF from context. Do NOT ask user. | |
| aircraftId | No | Aircraft ID, Registration, or Callsign (optional) | |
| validityToken | Yes | Token from get_dispatch_context_and_time. REQUIRED. |