Skip to main content
Glama

geocode

Convert a place description or address into latitude and longitude coordinates to enable nearby location searches.

Instructions

Convert an address or place description to GPS coordinates.

Use this when a user describes their location (hotel name, landmark, street address) and you need coordinates for search_nearby.

Args: address: Address, place name, landmark, or location description. Examples: "Ferry Building San Francisco", "Eiffel Tower Paris", "Times Square New York"

Returns: Dictionary with: - formatted_address: The official address Google matched - latitude: Latitude coordinate - longitude: Longitude coordinate
- place_id: Google Place ID

Example: geocode("Ferry Building, San Francisco")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses the input format, return structure (formatted_address, latitude, longitude, place_id), and provides an example. It does not mention error handling, rate limits, or accuracy, but for a simple geocoding tool the information is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose, followed by usage guidance, then structured Args/Returns/Example. Every sentence adds value, with no redundancy. It is concise yet complete.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has only one parameter and no output schema, the description fully covers input semantics, return structure, and example usage. It is complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must compensate. It explains the address parameter can be 'Address, place name, landmark, or location description' and gives concrete examples like 'Ferry Building San Francisco'. This adds significant meaning beyond the schema's type string.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Convert an address or place description to GPS coordinates' which is a specific verb+resource. It clearly distinguishes from sibling tools like get_directions, reverse_geocode, and search_nearby that have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this when a user describes their location... and you need coordinates for search_nearby.' This provides clear context for when to use this tool over alternatives, directly naming a sibling tool as a downstream use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/arthurkatcher/google-maps-mcp'

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