google_maps

Google Maps Platform provides APIs for geocoding, place search, place details, and route directions.

In Agent Forge, the Google Maps integration allows agents to turn addresses into coordinates, reverse geocode coordinates, look up places, search nearby businesses, run text searches, and retrieve directions. This is useful for location-aware assistants, field operations, travel workflows, logistics, lead enrichment, and local search automation.

Usage Instructions

Provide a Google Maps API key, select the operation, and fill in the required location, place, query, or route fields. Different operations expose different required inputs.

Tools

google_maps_geocode

Convert a street address into geographic coordinates.

google_maps_reverse_geocode

Convert latitude and longitude into address information.

google_maps_place_details

Retrieve details for a known Google Place ID.

Search for places near a coordinate within a specified radius.

Search for places using a natural language query.

google_maps_directions

Retrieve route directions between an origin and destination.

Input

Parameter
Type
Required
Description

apiKey

string

Yes

Google Maps API key

address

string

For geocoding

Street address

lat

string

For reverse geocode and nearby search

Latitude

lng

string

For reverse geocode and nearby search

Longitude

placeId

string

For place details

Google Place ID

fields

string

No

Comma-separated place detail fields

radius

number

For nearby search

Search radius in meters

keyword

string

No

Nearby search keyword

type

string

No

Nearby search place type

query

string

For text search

Text search query

origin

string

For directions

Route origin

destination

string

For directions

Route destination

mode

string

No

Travel mode such as driving, walking, bicycling, or transit

Output

Parameter
Type
Description

data

json

Google Maps response data

status

string

Google Maps status

errorMessage

string

Google Maps error message

Notes

  • Category: tools

  • Type: google_maps

Was this helpful?