Skip to main content
Glama

geo

Server Details

Geo MCP — geographic utilities from free public APIs

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
pipeworx-io/mcp-geo
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Every tool has a clearly distinct purpose with no overlap: geocode and reverse_geocode are complementary address/coordinate conversions, while get_country, get_sunrise_sunset, and get_timezone each handle unique geographic queries. An agent can easily differentiate them based on their specific functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (geocode, get_country, get_sunrise_sunset, get_timezone, reverse_geocode), with 'get_' used appropriately for retrieval operations. This predictable naming scheme makes the set easy to navigate and understand.

Tool Count5/5

With 5 tools, this server is well-scoped for geographic data queries, covering core functionalities like location conversion, country info, and time-related data. Each tool earns its place without feeling excessive or insufficient for the domain.

Completeness4/5

The toolset covers essential geographic operations well, including coordinate conversions, country details, and time/astronomical data. A minor gap might be the lack of distance calculation or mapping tools, but agents can work around this for most common use cases.

Available Tools

5 tools
geocodeAInspect

Convert an address or place name to latitude/longitude coordinates

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesAddress or place name to geocode
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the conversion function but does not disclose behavioral traits such as rate limits, accuracy considerations, error handling, or authentication needs. For a geocoding tool with zero annotation coverage, this leaves significant gaps in understanding its operation.

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 directly states the tool's purpose without any wasted words. It is appropriately sized and front-loaded, making it easy to understand at a glance.

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 moderate complexity (geocoding with one parameter) and no output schema, the description adequately covers the basic purpose. However, it lacks details on return values, error cases, or behavioral aspects, which are important for a tool with no annotations. It is minimally viable but has clear gaps.

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?

The schema description coverage is 100%, with the single parameter 'query' documented as 'Address or place name to geocode'. The description adds no additional meaning beyond this, such as format examples or constraints. With high schema coverage, the baseline score of 3 is appropriate.

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 specific action ('convert') and resource ('address or place name') to produce the output ('latitude/longitude coordinates'). It distinguishes from sibling tools like 'reverse_geocode' (which does the opposite conversion) and other location-related tools like 'get_country' or 'get_timezone' by focusing on forward geocoding.

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

Usage Guidelines3/5

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

The description implies usage for converting addresses to coordinates but does not explicitly state when to use this tool versus alternatives like 'reverse_geocode' (for coordinates to addresses) or other siblings. It provides basic context but lacks explicit guidance on exclusions or comparisons.

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

get_countryCInspect

Get detailed information about a country by name or ISO code

ParametersJSON Schema
NameRequiredDescriptionDefault
code_or_nameYesCountry name or ISO 3166-1 alpha-2/alpha-3 code
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool 'gets' information, implying a read-only operation, but doesn't disclose behavioral traits such as error handling (e.g., for invalid inputs), rate limits, authentication needs, or what 'detailed information' includes (e.g., format, fields). This leaves significant gaps for an agent to understand how to invoke it correctly.

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 front-loads the core purpose without unnecessary words. Every part earns its place by specifying the action, resource, and lookup method, making it easy to parse quickly.

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

Completeness2/5

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

Given the complexity of a tool with one parameter but no annotations or output schema, the description is incomplete. It doesn't explain what 'detailed information' entails (e.g., response format, fields), behavioral aspects, or usage context relative to siblings. This could hinder an agent from selecting and invoking the tool effectively.

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?

The input schema has 100% description coverage, with the parameter 'code_or_name' fully documented in the schema. The description adds minimal value beyond the schema by reiterating 'by name or ISO code', but doesn't provide additional semantics like examples or edge cases. With high schema coverage, the baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool's purpose with a specific verb ('Get') and resource ('detailed information about a country'), and it specifies the lookup mechanism ('by name or ISO code'). However, it doesn't explicitly differentiate from siblings like 'geocode' or 'reverse_geocode', which might also provide country information in different contexts.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention siblings like 'geocode' (which might provide location data) or 'get_timezone' (which might include country info), nor does it specify prerequisites or exclusions for usage.

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

get_sunrise_sunsetBInspect

Get sunrise and sunset times for a location

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate in YYYY-MM-DD format (default: today)
latitudeYesLatitude
longitudeYesLongitude
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states what the tool does but lacks details on traits like rate limits, error handling, authentication needs, or response format. For a tool with no annotations, this is a significant gap in transparency.

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: 'Get sunrise and sunset times for a location.' It is front-loaded with the core purpose and has no wasted words, making it highly concise and well-structured.

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 moderate complexity (3 parameters, no output schema, no annotations), the description is minimally adequate. It covers the basic purpose but lacks details on behavior, usage context, and output, which are needed for full completeness. It meets the minimum viable standard with clear gaps.

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?

The input schema has 100% description coverage, clearly documenting all parameters (latitude, longitude, date). The description implies location-based parameters but adds no extra meaning beyond the schema. According to the rules, with high schema coverage, the baseline is 3, which is appropriate here.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Get sunrise and sunset times for a location.' It specifies the verb ('Get') and resource ('sunrise and sunset times'), making it easy to understand what the tool does. However, it doesn't differentiate from sibling tools like 'get_timezone' or 'geocode,' which might also involve location data, so it's not a perfect 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_timezone' or 'geocode,' nor does it specify contexts or exclusions for usage. This leaves the agent without clear direction on tool selection.

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

get_timezoneCInspect

Get the current timezone and local time for a location

ParametersJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude
longitudeYesLongitude
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states what the tool does but lacks critical behavioral details: it doesn't specify error handling for invalid coordinates, rate limits, authentication requirements, or the format of the returned timezone and local time. For a tool with no annotation coverage, this leaves significant gaps in understanding its operational behavior.

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 directly states the tool's function without unnecessary words. It is front-loaded with the core purpose ('Get the current timezone and local time for a location'), making it easy to understand at a glance. Every part of the sentence earns its place by specifying the resource and context.

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

Completeness2/5

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

Given the complexity of a geospatial query tool with no annotations and no output schema, the description is incomplete. It doesn't address how results are returned, potential errors, or dependencies on external services. For a tool that likely interacts with timezone databases or APIs, more context on behavior and output expectations is needed to be fully helpful to an AI agent.

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?

The input schema has 100% description coverage, with clear documentation for both 'latitude' and 'longitude' parameters. The description adds no additional semantic meaning beyond what the schema provides—it doesn't explain coordinate formats, valid ranges, or how the location is used to determine timezone. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't compensate but also doesn't detract.

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

Purpose4/5

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

The description clearly states the tool's purpose with a specific verb ('Get') and resource ('current timezone and local time for a location'). It distinguishes itself from siblings like 'geocode' or 'get_sunrise_sunset' by focusing on timezone data rather than geographic coding or astronomical events. However, it doesn't explicitly differentiate from 'get_country', which might also provide location-based information.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when to choose this over 'get_country' for location-based queries or 'reverse_geocode' for coordinate-based lookups. There are no explicit instructions on prerequisites, such as needing valid coordinates, or exclusions for when not to use it.

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

reverse_geocodeCInspect

Convert latitude/longitude coordinates to an address

ParametersJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude
longitudeYesLongitude
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the conversion action but doesn't reveal any behavioral traits such as accuracy, rate limits, data sources, error handling, or output format. For a tool with zero annotation coverage, this is a significant gap in transparency.

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 directly states the tool's function without any unnecessary words. It is front-loaded and wastes no space, making it easy to parse quickly.

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

Completeness2/5

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

Given the lack of annotations and output schema, the description is incomplete. It doesn't address behavioral aspects like performance, limitations, or what the returned address includes (e.g., full address, components). For a conversion tool with no structured context, more detail is needed to guide effective use.

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?

The description mentions 'latitude/longitude coordinates' but doesn't add meaning beyond what the input schema provides. With 100% schema description coverage, the schema already documents both parameters adequately. The description doesn't specify coordinate formats, ranges, or units, so it meets the baseline for high schema coverage.

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

Purpose4/5

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

The description clearly states the tool's purpose: converting coordinates to an address. It uses specific verbs ('convert') and resources ('latitude/longitude coordinates', 'address'), making the function unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'geocode' (which likely does the opposite conversion).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'geocode' (reverse operation), 'get_country', 'get_sunrise_sunset', or 'get_timezone', nor does it specify use cases or prerequisites. The agent must infer usage from the purpose alone.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.