Geocoding tools
The geocoding tools interact with the ArcGIS Geocoding service.
| Name | Description | Prompts |
|---|---|---|
find_address_candidates | Takes an address or place string and returns candidate matches with coordinates. | - What are the coordinates of 380 New York Street, Redlands, CA? - Find the location of Disneyland in California. - Get latitude and longitude for Times Square, New York. - Search for coffee shops near Seattle and return their coordinates. |
reverse_geocode | Converts a geographic location to the nearest address. | - What is the address at 34.056, -117.195?- Find the nearest address for coordinates 37.7749, -122.4194.- Where is this location: 40.7128, -74.0060?- Get the closest street address for these coordinates. |
Routing and navigation tools
The routing and navigation tools interact with the ArcGIS Routing service.
| Name | Description | Prompts |
|---|---|---|
solve_route | Solves a route between a start and end point, with optional intermediate stops. | - Get driving directions from Redlands, CA to LAX. - What is the best route from San Diego to San Francisco? - Route from Las Vegas to Los Angeles with a stop in Barstow. - Calculate travel time and distance between Phoenix and Tucson. - Find the fastest driving route between these coordinates: 34.056, -117.195 and 33.9416, -118.4081. |
Elevation tools
The elevation tools interact with the ArcGIS Elevation service.
| Name | Description | Prompts |
|---|---|---|
elevation_at_locations | Get the elevation for a given point (latitude and longitude) using the WGS84 coordinate system. | - What is the elevation at 34.056, -117.195?- Get elevation for these points: 34.05, -118.25 and 36.12, -115.17.- How high above sea level is Denver, Colorado? - Compare elevations between Los Angeles and San Francisco. |
Static map tools
The static maps tools interact with the ArcGIS Static Maps service (beta).
| Name | Description | Prompts |
|---|---|---|
map_with_points | Retrieves a static map with one or more locations. | - Show me a map with a location for Redlands, CA and Los Angeles, CA. - Display a map with a point for -117.1825, 34.0556 - Get a map with a location for Los Angeles city, CA. |
map_with_polyline | Retrieves a static map image with a polyline. | - Show me a map with a route from Redlands, CA to Los Angeles, CA. - Display a map with a polyline connecting these coordinates. - Visualize this route on a map using a polyline. |