Tomtom

82 tools available

TomTom provides a suite of location-based services and APIs, including mapping, routing, traffic information, and geofencing, enabling developers to integrate advanced navigation and location functionalities into their applications.

Connect Tomtom to Definable to triage issues, review pull requests, monitor builds. Personas call Tomtom's 82 tools directly from chat or scheduled flows. Wire it into a triage, review, or release-management persona — every action runs scoped, reviewable, and logged.

Common workflows with Tomtom

01

Triage incoming issues

  1. Webhook fires on every new issue
  2. Persona summarises and labels it
  3. Assigns the right engineer
02

Auto-review PRs

  1. Pull the diff
  2. Run a code-review persona
  3. Post structured feedback as PR comment
03

Failing-build alerts

  1. CI sends a failure event
  2. Agent inspects logs and stack trace
  3. Drops a debug summary in Slack
04

Release notes from commits

  1. Read commits since last tag
  2. Group by type with the model
  3. Post to a changelog channel

Tomtom actions 82

Every Tomtom action below is a callable tool any Definable persona can invoke.

List Map Fonts

Tool to list available font asset versions for map rendering. Call after confirming the API key is valid.

List Assets Sprites

Tool to list available sprites for a given asset version. Use after determining the assetVersion.

List map styles

Tool to list available map styles. Use after selecting an asset version to retrieve style options.

Calculate Long Distance EV Route

Tool to calculate long-distance electric vehicle routes with optimal charging stops. Use when planning EV trips that require charging along the route.

Calculate Matrix Routing Sync

Tool to calculate route matrix synchronously for multiple origins and destinations (up to 200 cells). Use when you need travel times and distances between multiple location pairs with support for traffic, vehicle parameters, and routing options.

Calculate Reachable Range

Tool to calculate the reachable range from a starting point given time, fuel, or energy constraints. Use when you need to determine how far a vehicle can travel from an origin within specified budgets.

Calculate Route

Tool to calculate driving routes. Use when you need directions with optional waypoints and traffic consideration.

Calculate Route with Body

Tool to calculate routes with advanced options via POST request. Use when you need to specify supporting points, avoid specific geographic areas, or configure vignette preferences.

Category Search

Tool to search for Points of Interest by category. Use when you need to find POIs within a specific category around a location or area.

Create Notifications Contact Group

Tool to create a contact group for TomTom notifications. Use when you need to set up a group of webhooks or emails to receive notification alerts.

Create Routing Batch

Tool to submit asynchronous batch routing requests to TomTom API. Use when you need to calculate multiple routes efficiently in a single batch operation. The API returns a batch ID that can be used to retrieve results once processing is complete.

Create Routing Batch Sync

Tool to execute synchronous batch routing requests for multiple routes or reachable ranges. Use when you need to calculate multiple routes or reachable ranges in a single API call (max 100 items).

Create Routing Matrix Async

Tool to submit asynchronous matrix routing calculation between multiple origins and destinations. Use when you need to calculate travel times and distances for large matrices (returns immediately with a job ID for later retrieval).

Create Waypoint Optimization

Tool to optimize the sequence of waypoints to find the fastest route. Use when you need to find the optimal order to visit multiple locations (2-12 waypoints) with optional time windows and service time constraints.

Geometry Filter

Tool to filter POIs by geometric boundaries (circles or polygons). Use when you need to check which POIs from a list fall within specific geographic areas. Supports up to 50 POIs per request.

Create Snap to Roads

Tool to snap GPS track points to the road network, correcting for GPS inaccuracies. Use when you need to match raw GPS coordinates to actual roads for route reconstruction or map matching.

Create Snap to Roads Batch

Tool to submit asynchronous batch snap to roads requests to TomTom API. Use when you need to snap multiple GPS traces to the road network efficiently. The API returns a batch ID that can be used to retrieve results once processing is complete.

Delete Notifications History

Tool to clear the entire notifications history for the account. Use when you need to delete all historical notification records. This is an asynchronous operation that returns a PROCESSING status immediately.

Download Batch Search Results

Tool to download results of an asynchronous batch search job. Use when you have a batch ID from a previous batch submission and need to retrieve the search results. Returns HTTP 202 if still processing (with Location header for retry), or HTTP 200 with complete results when finished.

Download Matrix Routing Async Result

Tool to download results of asynchronous matrix routing job. Use when you need to retrieve completed matrix routing results using the job ID from a previous async matrix submission.

Download Snap to Roads Async Result

Tool to download results of asynchronous snap to roads batch job. Use when you need to retrieve completed snap to roads results using the job ID from a previous async batch submission. Returns batch items with projected GPS points snapped to actual road geometry and detailed road information.

EV Charging Stations Availability

Tool to retrieve EV charging station availability info. Use when you have the chargingAvailability ID (from POI search dataSources) to get live availability.

Flow Segment Data

Tool to retrieve traffic flow data for a specific road segment. Use when you need current and free flow speeds for given coordinates.

Fuzzy Search

Tool to perform a fuzzy search for addresses and points of interest. Use when you need flexible matching on free-form location queries.

Geocode Query

Tool to convert a free-form address query into geographic coordinates. Use when you need to geocode an address string without structured fields.

Get Autocomplete Suggestions

Tool to get search suggestions as user types a query. Use when you need autocomplete suggestions for partial search input based on recognized entities like brands, categories, or locations.

Get Map Tile Copyrights

Tool to retrieve copyright information for TomTom map tiles. Use when you need to display attribution or copyright notices for map content.

Get Geometry Search

Tool to search for POIs and locations within specified geometric areas (circles or polygons). Use when you need to find places within custom-defined boundaries.

Get Hillshade Tile

Tool to retrieve hillshade terrain map tiles for specified coordinates and zoom. Use when you need terrain elevation shading overlays for map visualization.

Get Incident Viewport

Tool to retrieve incident viewport information including Traffic Model ID. Use when you need the current traffic model ID for a map viewport to make subsequent traffic API calls.

Get Map Copyrights Bounding Box

Tool to retrieve copyright information for a geographic bounding box. Use when you need attribution for a specific map area defined by coordinates.

Get Map Copyrights Caption

Tool to retrieve the copyright caption text for TomTom maps. Use when you need to display attribution or copyright notices on map displays.

Get Map Copyrights (Global)

Tool to retrieve copyright information for the whole world in the Maps API Raster Tile Service. Use when you need global copyright data for map display attribution.

Get Orbis Map Tile

Tool to retrieve Orbis map tiles at specified zoom level and coordinates. Use when you need high-quality map tiles for custom map rendering. Supports both raster (PNG) and vector (PBF) tile formats.

Get Orbis Traffic Incident Tile

Tool to retrieve Orbis Traffic Incident Tiles containing traffic incident data in Protocol Buffer format. Use when you need detailed traffic incident information for a specific tile coordinate at a given zoom level.

Get Map Style Metadata

Tool to retrieve map style metadata. Use to get a list of available map style resources. Returns available style files like flow styles and incident styles.

Get map styles metadata

Tool to retrieve map style metadata as a Mapbox Style Specification JSON. Use to get a merged style definition combining map, traffic, and POI components for vector map rendering.

Get Contact Group

Tool to retrieve details of a specific contact group by its UUID. Use when you need to get the name, webhook URLs, and email addresses associated with a contact group.

Get Notifications History

Tool to retrieve notifications history from TomTom. Use when you need to list past notifications sent within a specific time range (must be less than 24 hours).

Get Notifications Settings

Tool to retrieve current notification settings. Use when you need to check notification configuration options.

Orbis Geocode

Tool to geocode addresses using TomTom's Orbis Maps API. Use when converting address queries to geographic coordinates.

Orbis Places Autocomplete

Tool to get autocomplete suggestions for place searches using TomTom Orbis Maps. Use when you need to recognize entities (brands, categories, locations) in a query and offer them as structured search terms.

Orbis Structured Geocode

Tool to convert structured address fields into geographic coordinates using TomTom Orbis Maps API. Use when you have structured address components and need precise geocoding.

Get Orbis Traffic Flow Tile

Tool to retrieve Orbis traffic flow tile data in Protocol Buffer format. Use when you need traffic flow information for a specific map tile coordinate.

Get Orbis Traffic Incident Details

Tool to retrieve detailed Orbis traffic incidents by bounding box or IDs. Use when you need comprehensive incident data including events, delays, and geometry.

Get Routing Batch Results

Tool to download asynchronous batch routing results. Use when you need to retrieve the results of a previously submitted batch routing request using its batch ID. Returns HTTP 202 if processing is still ongoing (retry with Location header), or HTTP 200 with completed results.

Get Matrix Routing Async Status

Tool to check the status of an asynchronous matrix routing job. Use when you need to poll the status of a previously submitted matrix routing request to determine if it's still processing, completed successfully, or failed.

Get Satellite Tile

Tool to retrieve satellite imagery map tiles at specified coordinates and zoom. Use when you need high-resolution satellite imagery for mapping applications.

Get Snap to Roads Batch Status

Tool to check the status of an asynchronous Snap to Roads batch job. Use when you need to poll the status of a previously submitted snap to roads batch request to determine if it's still processing or completed.

Get Traffic Flow Tiles Raster

Tool to retrieve raster traffic flow map tiles for visualization. Use when you need to display real-time traffic flow conditions on a map.

Get Traffic Incident Details

Tool to retrieve traffic incident details within a bounding box at a specified zoom level. Use when you need detailed incident information for map rendering or traffic analysis.

Get Traffic Incident Tile

Tool to retrieve raster traffic incident map tiles showing traffic incidents at specified coordinates and zoom. Use when you need visual overlay of traffic incidents for custom map rendering.

Get Traffic Incident Viewport

Tool to retrieve traffic incidents within a viewport defined by bounding box and zoom level. Use when you need incident data for a specific map view with overview context.

List Geofencing Alert Rules

Tool to list geofencing alert rules with optional filtering. Use when you need to retrieve configured alert rules for projects, fences, or objects.

List Geofencing Alerts History

Tool to retrieve geofencing alert history within a specified time range. Use when you need to query past alerts triggered by geofencing rules.

List Geofencing Objects

Tool to list all tracked objects in the TomTom Geofencing system. Use when you need to retrieve all objects currently being tracked for geofencing operations.

List Location History Objects

Tool to list objects with location history. Use when you need to retrieve all objects being tracked for location history.

List Notification Groups

Tool to list notification contact groups. Use when you need to retrieve available contact groups for notifications. Note: This service will be decommissioned on January 31, 2027.

List POI Categories

Tool to retrieve all POI categories supported by TomTom Search API. Use when you need the complete list of category IDs and names for searching POIs.

List Sprite Versions

Tool to list available sprite asset versions. Use when you need to know which sprite versions are available after obtaining a valid API key.

Get Map Copyrights

Tool to retrieve copyright information for a specific map tile. Use when you need to display or verify attribution for a given tile.

MAP_DISPLAY_RASTER_TILE

Tool to retrieve a raster map tile for specified coordinates and zoom. Use when you need direct tile image data for custom map rendering.

Map Display Static Image

Tool to fetch a static map snapshot given center coords and zoom. Use when you need a standalone map image for display.

Map Display WMS GetMap

Tool to retrieve a map image via WMS GetMap. Use when you need georeferenced map layers for custom rendering.

Matrix Routing

Tool to calculate travel time and distance matrix between multiple locations. Use when you require a matrix of travel times and distances between multiple origins and destinations.

Nearby Search

Tool to find Points of Interest near a specified location. Use after confirming coordinates to discover nearby POIs.

Edit Contact Group (Partial)

Tool to partially update a contact group in TomTom Notifications API. Use when you need to edit the name, webhook URLs, or email addresses of an existing contact group.

Points of Interest Search

Tool to search for points of interest by query. Use when you need POI suggestions by name or category.

Reverse Geocode

Tool to convert geographic coordinates into a human-readable address. Use when you need to obtain address information from latitude and longitude values.

Reverse Geocode Cross Street

Tool to find the nearest cross street or intersection for given geographic coordinates. Use when you need to identify street intersections near a specific latitude/longitude position.

Reverse Geocode Orbis

Tool to convert geographic coordinates into a human-readable address using TomTom's Orbis Maps API. Use when you need detailed address information from latitude and longitude values with Orbis data coverage.

Search Along Route

Tool to search for Points of Interest along a specified route with detour time constraints. Use when you need to find POIs (restaurants, gas stations, hotels) accessible from a planned route.

Search Along Route (v2)

Tool to search for Points of Interest along a specified route using Search API v2. Use when you need to find POIs accessible from a planned route with detour constraints.

Search Geometry

Tool to search for POIs within geometric areas (circles or polygons). Use when you need to find points of interest constrained to specific geographic boundaries.

Orbis Category Search

Tool to search for Points of Interest by category using TomTom Orbis Maps API. Use when you need to find POIs within specific categories using the Orbis mapping service.

Orbis Places Search

Tool to perform fuzzy search for addresses and points of interest using TomTom Orbis Maps API. Use when you need flexible matching on free-form location queries with the Orbis mapping service.

Orbis POI Search

Tool to search for points of interest using TomTom Orbis Maps API. Use when you need POI suggestions by name or category from the Orbis dataset.

Snap to Roads (Sync)

Tool to snap GPS points to the road network synchronously. Maps raw GPS coordinates to actual road geometry, useful for map matching and route reconstruction.

Structured Geocode

Tool to convert structured address fields into coordinates. Use after collecting street, city, and postal code.

Traffic Incidents

Tool to retrieve detailed traffic incidents within a bounding box. Use when you need incident details for a defined map area.

Update Geofencing Secret

Tool to change the customer secret for TomTom Geofencing API. Use when you need to update or rotate the authentication secret for geofencing operations.

Update Notifications Group

Tool to update an existing contact group in TomTom Notifications API. Use when you need to modify the name, webhook URLs, or email addresses of a contact group.

Frequently asked questions

What can I automate with Tomtom on Definable?

Anything Tomtom exposes through its API. Common developer tools workflows on Definable include triage issues, review pull requests, monitor builds. Personas can call any of the 82 Tomtom tools directly, then chain the result into another integration without you writing code.

How does Tomtom authentication work?

Tomtom uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.

Is the Tomtom integration included in my Definable plan?

Yes — every Definable plan, including Starter, includes access to all 82 Tomtom tools. You only need a separate Tomtom subscription if Tomtom itself charges per seat or per API call.

Is using Tomtom through Definable secure?

Every call from a persona to Tomtom is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.

How do I get started with Tomtom on Definable?

Sign up for Definable, open the integrations page, find Tomtom, and connect via OAuth or API key. You can immediately attach Tomtom to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.

What Tomtom actions does Definable expose?

Definable exposes all 82 Tomtom actions as callable tools — including `List Map Fonts`, `List Assets Sprites`, `List map styles`, plus 79 more. Each tool gets a typed parameter schema so personas know exactly how to call it.

Ready to automate with Tomtom?

Wire it up in minutes. No coding required.

← All integrations