Skip to main content
Glama

MCP TMAP Server

by yunkee-lee

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

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/yunkee-lee/mcp-tmap'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server