find_available_slots
Find free flight slots. SYSTEM REQUIREMENT: You MUST have called 'get_dispatch_context_and_time' FIRST to verify the current date/year. WARNING: Do NOT guess dates (e.g. 2024). Usage: If a user asks to fly, use this tool to find a gap and suggest it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date check (ISO, local intent). MUST be derived from context. | |
| start | No | Start date check (ISO, local intent). MUST be derived from context. | |
| aircraftId | No | Optional specific aircraft (ID, Registration, or Callsign) | |
| durationHours | No | Duration in hours (default: Typical Duration) | |
| validityToken | Yes | Token from get_dispatch_context_and_time. REQUIRED. |