searchFlightsByNumber
Use this tool to search flight details by entering the flight number and date. Optional departure and arrival airport codes can refine results. Ensure date format is YYYY-MM-DD or use the getTodayDate tool for today's date.
Instructions
Search flights by flight number and date. Flight number should include airline code (e.g. MU2157, CZ3969). dep and arr are optional, keep empty if you don't know them. Date format: YYYY-MM-DD. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Airport codes (optional) should be IATA 3-letter codes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
arr | No | Arrival airport IATA 3-letter code (e.g. CAN for Guangzhou) | |
date | Yes | Flight date in YYYY-MM-DD format. IMPORTANT: If user input only cotains month and date, you should use getTodayDate tool to get the year. For today's date, use getTodayDate tool instead of hardcoding | |
dep | No | Departure airport IATA 3-letter code (e.g. HFE for Hefei) | |
fnum | Yes | Flight number including airline code (e.g. MU2157, CZ3969) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Variflight MCP Server
Related Tools
- @variflight/variflight-mcp
- @variflight/variflight-mcp
- @sunsetcoder/flightradar24-mcp-server
- @variflight/variflight-mcp
- @sunsetcoder/flightradar24-mcp-server