Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Update Trip

Update a trip's status or metadata. Use this to progress a trip through its lifecycle (started → approaching → arrived → completed) or to cancel it.

Upsert Geofence

Create or update a geofence in Radar. Geofences can be circles, polygons, or isochrones (time-based). Each geofence is identified by a **tag** (group name) and **externalId** pair — if a geofence with the same tag/externalId already exists, it will be updated.

Verify Event

Accept, reject, or unverify a Radar event. Useful for training Radar's confidence model by confirming or denying whether an event actually occurred.

Get Geofence

Retrieve a specific geofence by its Radar ID, or by its tag and external ID combination. Also supports listing users currently inside the geofence.

List Trips

List trips in your Radar project. Filter by active/stopped status and destination geofence. Results are sorted by ETA descending.

Calculate Distance Matrix

Calculate distances and durations between multiple origins and destinations. Useful for comparing travel times across many location pairs simultaneously.

Delete Geofence

Delete a geofence from Radar by its ID, or by its tag and external ID combination.

Get Trip

Retrieve a specific trip by its Radar ID. Returns full trip details including status, destination, ETA, and metadata.

Geocode

Convert between addresses and coordinates. Supports **forward geocoding** (address → coordinates), **reverse geocoding** (coordinates → address), and **IP geocoding** (IP → approximate location). Specify the geocoding mode and provide the appropriate input.

Delete User

Delete a user from Radar by their Radar ID, user ID, or device ID. This permanently removes the user and their location history.

Get Directions

Get turn-by-turn directions between multiple locations. Supports different travel modes and can return alternative routes.

Calculate Distance

Calculate the travel distance and duration between an origin and destination. Supports multiple travel modes (car, truck, foot, bike) simultaneously and returns results for each mode.

List Geofences

List geofences in your Radar project. Supports filtering by tag and cursor-based pagination. Results are sorted by creation date descending.

Get Event

Retrieve a specific event by its Radar ID. Returns full event details including type, confidence, user, geofence/place/region context, and location.

Track User Location

Submit a location update for a user/device. This creates or updates the user record and generates location-based events (geofence entries/exits, place visits, trip updates, etc.). Returns the updated user and any generated events.

Search Geofences

Search for nearby geofences by location. Optionally filter by tags and metadata. Returns geofences sorted by distance.

Autocomplete

Address and place autocomplete for search boxes and forms. Provide a partial address or place name and get matching results. Optionally bias results toward a location.

List Events

List location events in your Radar project. Includes geofence entries/exits, place visits, trip events, and region crossings. Results are sorted by creation date descending.

Search Nearby Users

Search for users near a specific location, sorted by distance. Useful for finding users in proximity to a given point.

Get Location Context

Get the location context for a set of coordinates without creating or updating a user. Returns nearby geofences, places, country, state, DMA, and postal code for the given location. Useful for anonymous, stateless location lookups.

Get User

Retrieve a specific user by Radar ID, user ID, or device ID. Returns the user's full profile including current location, geofences, place, region, and fraud flags.

List Users

List tracked users in your Radar project. Results are sorted by last update time descending. Supports cursor-based pagination.

Search Places

Search for nearby points of interest (places) by category or chain. Returns places sorted by distance from the specified location.

Validate Address

Validate and standardize a postal address. Returns the validated address with standardized formatting and verification status. Useful for ensuring address correctness before shipping, delivery, or record storage.