MCP TMAP Server

fullTextAddressGeocoding

Convert any address into precise geographical coordinates, including latitude, longitude, and entrance points, using geocoding functionality.

Instructions

Converts the given address to coordinates (geocoding).

Args address (str): address to convert.

Returns: a list of coordinates

  • newLat: latitude
  • newLon: longitude
  • newLatEntr: latitude of the entrance
  • newLonEntr: longitude of the entrance

Input Schema

NameRequiredDescriptionDefault
addressYes

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "fullTextAddressGeocodingArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP TMAP Server

Related Tools

    ID: lihyob8aeo