Mapbox
mapboxMapbox is a platform that provides mapping, navigation, and location data services for developers to integrate into their applications.
Acciones disponibles (13)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Batch GeocodingMAPBOX_GEOCODING_BATCHAcciónTool to perform batch forward or reverse geocoding for multiple locations. use when you need consistent geocoding of up to 50 queries in one call.
MAPBOX_GEOCODING_BATCHAcciónTool to perform batch forward or reverse geocoding for multiple locations. use when you need consistent geocoding of up to 50 queries in one call.
Parámetros de entrada
bboxstringBounding box to restrict results: minLon,minLat,maxLon,maxLat.
limitintegerMaximum number of results per query (1–10).
typesstringComma-separated list of feature types to limit results.
countrystringFilter results to one or more ISO 3166 alpha-2 country codes (comma-separated).
queriesstring[]List of search text strings for forward geocoding (up to 50 entries).
routingbooleanInclude routable point metadata for address features.
languagestringIETF language tag(s) for returned text (comma-separated).
proximitystringBias results toward a geographic location: lon,lat or 'ip'.
worldviewstringenumViewworld to bias results (e.g., 'us', 'cn').
arcninjpmarsrutruscoordinatesarray[]List of [lon, lat] pairs for reverse geocoding (up to 50 entries).
fuzzy_matchbooleanWhether to allow approximate string matching (forward only; default true).
autocompletebooleanWhether to return autocomplete results (forward only; default true).
reverse_modestringenumReverse geocoding mode: 'distance' or 'score' (reverse only).
distancescore
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Forward GeocodingMAPBOX_GEOCODING_FORWARDAcciónTool to convert free-form or structured address into geographic coordinates and place features. use when you need forward geocoding from text or address components.
MAPBOX_GEOCODING_FORWARDAcciónTool to convert free-form or structured address into geographic coordinates and place features. use when you need forward geocoding from text or address components.
Parámetros de entrada
qstringFree-form search text (URL-encoded, ≤256 chars, ≤20 tokens, no semicolons). Required if no structured fields are provided.
bboxstringLimit results to a bounding box: 'minLon,minLat,maxLon,maxLat'.
blockstringBlock component (used in some countries like Japan).
limitintegerMaximum number of results (default 5, max 10).
placestringCity or municipality component for structured input.
typesstringComma-separated filter of feature types: country, region, postcode, district, place, locality, neighborhood, street, address.
formatstringenumResponse format: 'geojson' (default) or 'v5' for backward compatibility.
geojsonv5regionstringState or region component for structured input.
streetstringStreet name component for structured input.
countrystringISO 3166-1 alpha-2 country code or full country name for structured input, or comma-separated list of codes to filter results.
languagestringComma-separated IETF language tags affecting response text and ranking.
postcodestringPostal code component for structured input.
permanentbooleanWhether results may be stored permanently (default false).
proximitystringBias results to this 'lon,lat' or 'ip' for IP-based biasing.
worldviewstringenumBoundary worldview for results (default 'us').
arcninjpmarsrutrusautocompletebooleanReturn autocomplete results (default true).
address_line1stringCombined house number and street name for structured input.
address_numberstringHouse number component for structured input.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Permanent Forward GeocodingMAPBOX_GEOCODING_PERMANENT_FORWARDAcciónTool to perform permanent forward geocoding. use when you need enterprise-grade permanent geocoding after confirming account privileges.
MAPBOX_GEOCODING_PERMANENT_FORWARDAcciónTool to perform permanent forward geocoding. use when you need enterprise-grade permanent geocoding after confirming account privileges.
Parámetros de entrada
bboxstringLimit results to bounding box: minLon,minLat,maxLon,maxLat; cannot cross 180th meridian.
limitintegerMaximum number of results to return (1-10).
typesstringComma-separated list of feature types: country,region,postcode,district,place,locality,neighborhood,address.
countrystringComma-separated ISO 3166-1 alpha-2 country codes to limit results.
routingbooleanRequest routable points metadata for address features.
languagestringComma-separated IETF language tags (up to 20 unique) controlling language of results.
proximitystringBias results toward this location: 'lon,lat' or 'ip'.
worldviewstringenumReturn features according to worldview; one of ar,cn,in,jp,ma,rs,ru,tr,us.
arcninjpmarsrutrusfuzzyMatchbooleanAllow approximate (fuzzy) matching.
search_textstringObligatorioURL-encoded UTF-8 search text (max 256 chars, max 20 tokens, no semicolons).
autocompletebooleanInclude autocomplete results that start with the query string.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Permanent Reverse GeocodingMAPBOX_GEOCODING_PERMANENT_REVERSEAcciónTool to perform permanent reverse geocoding. use after obtaining coordinates to get cacheable place data. example: lon=-73.989, lat=40.733
MAPBOX_GEOCODING_PERMANENT_REVERSEAcciónTool to perform permanent reverse geocoding. use after obtaining coordinates to get cacheable place data. example: lon=-73.989, lat=40.733
Parámetros de entrada
limitintegerMax number of results; default=1; max=10. If >1, must specify exactly one types value.
typesstringFilter by one or more feature types: country, region, postcode, district, place, locality, neighborhood, address.
countrystringLimit results to one or more countries; comma-separated ISO 3166-1 alpha-2 codes.
routingbooleanIf true, include navigation metadata for address features; adds 'routable_points'.
languagestringIETF language tags (ISO 639-1 + optional subtags); comma-separated; up to 20 unique values.
latitudenumberObligatorioLatitude in decimal degrees for the coordinate pair.
longitudenumberObligatorioLongitude in decimal degrees for the coordinate pair.
worldviewstringenumRegional/political boundary perspective. One of: ar, cn, in, jp, ma, rs, ru, tr, us.
arcninjpmarsrutrusreverseModestringenumSorting when multiple results requested: 'distance' (closest first, default) or 'score' (prominence based).
distancescoreaccess_tokenstringObligatorioMapbox access token.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reverse GeocodingMAPBOX_GEOCODING_REVERSEAcciónTool to reverse geocode coordinates into place names. use after obtaining coordinates.
MAPBOX_GEOCODING_REVERSEAcciónTool to reverse geocode coordinates into place names. use after obtaining coordinates.
Parámetros de entrada
limitintegerMaximum number of results to return; default 1, max 10. If >1, exactly one 'types' value must be set.
typesstringComma-separated feature types to include. Options: country, region, postcode, district, place, locality, neighborhood, address.
countrystringISO 3166-1 alpha-2 country codes to limit results, comma-separated.
routingbooleanInclude metadata for recommended navigation destination; only applicable for address features.
languagestringIETF BCP 47 language tags, comma-separated, controlling response language.
latitudenumberObligatorioLatitude of the location to reverse geocode.
longitudenumberObligatorioLongitude of the location to reverse geocode.
worldviewstringenumBoundary worldview for disputed areas; one of ar, cn, in, jp, ma, rs, ru, tr, us.
arcninjpmarsrutrusreverse_modestringenumSort strategy when multiple results requested; 'distance' (default) or 'score'.
distancescore
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Access TokenMAPBOX_GET_ACCESS_TOKENAcciónTool to extract and validate mapbox access token from connection metadata. use when you need a valid token for downstream actions.
MAPBOX_GET_ACCESS_TOKENAcciónTool to extract and validate mapbox access token from connection metadata. use when you need a valid token for downstream actions.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Request Style Embed HTMLMAPBOX_REQUEST_STYLE_EMBED_HTMLAcciónTool to retrieve embeddable html for a mapbox style. use when you want to embed a style in an iframe after verifying access.
MAPBOX_REQUEST_STYLE_EMBED_HTMLAcciónTool to retrieve embeddable html for a mapbox style. use when you want to embed a style in an iframe after verifying access.
Parámetros de entrada
titlestringenumShow a title box: 'copy' adds a copy link, 'view' adds a view button.
copyviewfallbackbooleanServe a fallback raster map (true) or not (false).
style_idstringObligatorioStyle ID for which to return the embeddable HTML.
usernamestringObligatorioMapbox account username that owns the style.
zoomwheelbooleanEnable mouse-wheel zoom (true) or disable (false).
mapboxGLVersionstringVersion of Mapbox GL JS to render the map.
mapboxGLGeocoderVersionstringVersion of the Mapbox GL Geocoder plugin for the search box.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve DirectionsMAPBOX_RETRIEVE_DIRECTIONSAcciónTool to retrieve directions between waypoints. use when you need navigation routes with optional turn-by-turn instructions after confirming origin and destination.
MAPBOX_RETRIEVE_DIRECTIONSAcciónTool to retrieve directions between waypoints. use when you need navigation routes with optional turn-by-turn instructions after confirming origin and destination.
Parámetros de entrada
stepsbooleanInclude turn-by-turn step instructions.
profilestringObligatorioenumRouting profile: driving-traffic, driving, walking, or cycling.
mapbox/driving-trafficmapbox/drivingmapbox/walkingmapbox/cyclinglanguagestringLanguage for instructions (requires steps=true).
overviewstringenumLevel of overview geometry detail.
fullsimplifiedfalsegeometriesstringenumFormat of route geometry in response.
geojsonpolylinepolyline6coordinatesobject[]ObligatorioOrdered list of 2–25 longitude/latitude waypoints.
access_tokenstringObligatorioMapbox access token for authentication.
alternativesbooleanReturn up to two alternative routes if available.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Font Glyph RangesMAPBOX_RETRIEVE_FONT_GLYPH_RANGESAcciónTool to retrieve font glyph ranges as pbf tiles. use when you have confirmed the font name, codepoint range, and valid token.
MAPBOX_RETRIEVE_FONT_GLYPH_RANGESAcciónTool to retrieve font glyph ranges as pbf tiles. use when you have confirmed the font name, codepoint range, and valid token.
Parámetros de entrada
endintegerObligatorioEnd of codepoint range; must equal start + 255
fontstringObligatorioFont name or comma-separated list (max 10 faces)
startintegerObligatorioStart of codepoint range; must be a multiple of 256
usernamestringObligatorioMapbox account username that owns the font
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve MatrixMAPBOX_RETRIEVE_MATRIXAcciónTool to retrieve a travel time and distance matrix. use when you need to compute travel durations and distances between multiple locations.
MAPBOX_RETRIEVE_MATRIXAcciónTool to retrieve a travel time and distance matrix. use when you need to compute travel durations and distances between multiple locations.
Parámetros de entrada
profilestringObligatorioenumRouting profile ID: driving, walking, cycling, or driving-traffic.
mapbox/drivingmapbox/walkingmapbox/cyclingmapbox/driving-trafficsourcesstringIndices of source waypoints; semicolon-separated 0-based indices or 'all'.
bearingsstringSemicolon-separated 'angle,deviation' pairs per waypoint; angle 0–360, deviation in degrees; skip with ';'.
depart_atstringBETA: desired departure time in ISO 8601 format (e.g., YYYY-MM-DDThh:mm:ssZ).
approachesstringSemicolon-separated list per waypoint: 'unrestricted' or 'curb'. Count must match number of coordinates; skip entries with ';'.
annotationsstringenumWhich matrices to return: duration, distance, or both.
durationdistanceduration,distancecoordinatesobject[]ObligatorioOrdered list of 2–25 coordinates for matrix calculations.
access_tokenstringObligatorioMapbox access token.
destinationsstringIndices of destination waypoints; semicolon-separated 0-based indices or 'all'.
fallback_speedintegerLegacy: speed in km/h for straight-line fallback estimates; must be >0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve StyleMAPBOX_RETRIEVE_STYLEAcciónTool to retrieve a mapbox style json. use when you need the full style definition by its id.
MAPBOX_RETRIEVE_STYLEAcciónTool to retrieve a mapbox style json. use when you need the full style definition by its id.
Parámetros de entrada
style_idstringObligatorioID of the style to retrieve.
usernamestringObligatorioMapbox account username that owns the style.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Style WMTSMAPBOX_RETRIEVE_STYLE_WMTSAcciónTool to retrieve a wmts document for a mapbox style. use when you need the wmts capabilities xml for a specific style id.
MAPBOX_RETRIEVE_STYLE_WMTSAcciónTool to retrieve a wmts document for a mapbox style. use when you need the wmts capabilities xml for a specific style id.
Parámetros de entrada
style_idstringObligatorioStyle ID for which to return the WMTS document.
usernamestringObligatorioMapbox account username that owns the style.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Tileset MetadataMAPBOX_RETRIEVE_TILESET_METADATAAcciónTool to retrieve metadata for a mapbox tileset. use when you need tilejson details including bounds, zooms, and layer info.
MAPBOX_RETRIEVE_TILESET_METADATAAcciónTool to retrieve metadata for a mapbox tileset. use when you need tilejson details including bounds, zooms, and layer info.
Parámetros de entrada
securebooleanIf true, return HTTPS URLs in the TileJSON 'tiles' array.
tileset_idstringObligatorioTileset identifier in the format 'username.tilesetid'. For multiple tilesets, provide a comma-separated list (max 15).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not