Google Flights
Service domainTRAVEL
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for getting flights via Google Flights
Author:Arcade
Version:
3.2.2Auth:No authentication required
1tools
1require secrets
The Arcade toolkit for Google Flights empowers developers to seamlessly integrate flight search capabilities into their applications, allowing for efficient retrieval of flight information.
Capabilities
- Access comprehensive one-way flight search results from Google Flights.
- Easily integrate with existing applications for enhanced user experience.
- Streamlined queries for fast and relevant flight data.
OAuth
- No OAuth requirements; utilize API key for access.
Secrets
- Secret type: API key.
- Example: SERP_API_KEY is necessary for utilizing the flight search tool.
Available tools(1)
1 of 1 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Retrieve flight search results for a one-way flight using Google Flights | 1 |
Selected tools
No tools selected.
Click "Show all tools" to add tools.
Requirements
Select tools to see requirements
#
GoogleFlights.SearchOneWayFlights
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Operations
Read
Service domains
Travel
MCP behavior
Read only
Yes
Does not modify remote state.
Destructive
No
May delete or overwrite remote data.
Idempotent
Yes
Safe to retry without extra side effects.
Open world
Yes
Can call out to external systems.
Retrieve flight search results for a one-way flight using Google Flights
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
departure_airport_code | string | Required | The departure airport code. An uppercase 3-letter code |
arrival_airport_code | string | Required | The arrival airport code. An uppercase 3-letter code |
outbound_date | string | Required | Flight departure date in YYYY-MM-DD format |
currency_code | string | Optional | Currency of the returned prices. Defaults to 'USD' |
travel_class | string | Optional | Travel class of the flight. Defaults to 'ECONOMY'ECONOMYPREMIUM_ECONOMYBUSINESSFIRST |
num_adults | integer | Optional | Number of adult passengers. Defaults to 1 |
num_children | integer | Optional | Number of child passengers. Defaults to 0 |
max_stops | string | Optional | Maximum number of stops (layovers) for the flight. Defaults to any number of stopsANYNONSTOPONETWO |
sort_by | string | Optional | The sorting order of the results. Defaults to TOP_FLIGHTS.TOP_FLIGHTSPRICEDEPARTURE_TIMEARRIVAL_TIMEDURATIONEMISSIONS |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— Flight search results from the Google Flights APIGet Building
Last updated on