Skip to main content
Glama

geocode_nominatim

Convert addresses or place names in Poland to geographic coordinates using OpenStreetMap Nominatim. Returns up to 10 candidates with display name, lat/lon, type, and importance.

Instructions

Geocode an address or place name using OpenStreetMap Nominatim, restricted to Poland.

Returns up to limit (default 5, max 10) candidates, each with display_name, lat/lon (WGS84, EPSG:4326), type, and importance. For fuzzy/autocomplete-style matching use geocode_photon instead; for Polish government address-point data use geocode_gugik_prg.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses return limit (default 5, max 10), coordinate system (WGS84, EPSG:4326), and output fields (display_name, lat/lon, type, importance). Could mention rate limits or error handling, but still good coverage.

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?

Description is concise (approx. 4 lines), front-loaded with purpose, then details. Every sentence adds value, no redundancy.

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's complexity (geocoding with output schema and sibling alternatives), the description fully covers input parameters, output structure, and usage context. Provides return fields and coordinate system, meeting the needs for an agent to select and invoke 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 description coverage is 0%, but description adds significant meaning: explains 'query' as address/place name, and 'limit' with default and maximum values. This is essential context beyond the schema's type-only definitions.

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?

Clearly states verb 'geocode' and resource 'address or place name using OpenStreetMap Nominatim', restricted to Poland. Distinguishes from sibling tools by naming geocode_photon and geocode_gugik_prg explicitly.

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?

Provides explicit guidance on when to use alternatives: 'For fuzzy/autocomplete-style matching use geocode_photon instead; for Polish government address-point data use geocode_gugik_prg.' Also implies use for standard geocoding queries, with a Poland restriction.

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/piatkowski/qgis-mcp'

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