Skip to main content
Glama
windsornguyen

open-meteo-mcp-server

geocoding

Convert place names or postal codes to geographic coordinates and location details. Filter results by language and country.

Instructions

Search for locations worldwide by place name or postal code. Returns geographic coordinates and detailed location information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPlace name or postal code to search for. Minimum 2 characters required. Examples: "Paris", "Berlin", "75001", "10967"
countNoNumber of search results to return (maximum 100)
formatNoReturn format for resultsjson
languageNoLanguage code for translated results (e.g., "fr", "en", "de"). Returns translated results if available, otherwise in English or native language.
countryCodeNoISO-3166-1 alpha2 country code to filter results (e.g., "FR", "DE", "US"). Limits search to a specific country.
Behavior3/5

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

With no annotations, the description carries full burden for behavioral traits. It states the tool searches and returns coordinates/location info but lacks details on read-only nature, rate limits, pagination, or error handling. This is adequate but 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, efficient sentence that conveys purpose and output without extraneous words. It is well-structured and front-loaded.

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 5 parameters and no output schema or annotations, the description is adequate but incomplete. It does not address result limits, behavior of optional parameters like language, or any constraints on the search.

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

Parameters3/5

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

Schema coverage is 100%, with all parameters described. The description adds no extra meaning beyond the schema; e.g., 'Search...by place name or postal code' mirrors the 'name' parameter description. Baseline score of 3 applies.

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 'Search' and the resource 'locations worldwide' with specific inputs (place name or postal code) and outputs (geographic coordinates and detailed location information). It distinguishes itself from all sibling weather tools, which are unrelated.

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?

The description provides clear context by specifying the tool's purpose for location searches, which implicitly distinguishes it from weather tools. However, it does not offer explicit guidance on when not to use it or mention alternatives.

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/windsornguyen/open-meteo-mcp'

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