Skip to main content
Glama
KaungHtunThant

j-hunt-mcp

geocode_location

Resolve a place name to geographic coordinates and a formatted address via Google Maps. Enables location-based searches and map displays.

Instructions

Resolve a place name to coordinates + a formatted address (Google Maps).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
placeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
coordinatesYes
formatted_addressYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions using Google Maps but does not disclose limitations, error handling, rate limits, or that the tool may require authentication. The behavioral transparency is minimal.

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 a single sentence that directly conveys the tool's purpose without any extraneous information. Every word earns its place.

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

Completeness3/5

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

Given the tool's simplicity (one parameter) and the existence of an output schema, the description is adequate but lacks details on return structure, error states, or usage constraints. It meets the minimum viable completeness.

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

Parameters1/5

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

The description does not explain the 'place' parameter beyond the schema's title and type. With 0% schema description coverage, the description fails to add any semantic detail about the parameter's format, examples, or constraints.

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 clearly states the verb 'Resolve' and the resource 'place name to coordinates + a formatted address', specifying the output. It distinguishes from sibling tools as no other tool performs geocoding.

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

Usage Guidelines4/5

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

Though no explicit when-to-use guidance is given, the purpose is self-evident. The description implies usage for converting place names to coordinates, and no similar sibling tools exist, so the context is clear.

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/KaungHtunThant/j-hunt-mcp'

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