Skip to main content
Glama
jasonwilbur

mcp-server-cloud-regions

by jasonwilbur

find_nearby_regions

Read-onlyIdempotent

Find cloud regions near a specific latitude and longitude to optimize latency and plan data residency.

Instructions

Find cloud regions nearest to a geographic location. Useful for latency optimization and data residency planning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return
hasGpuNoFilter to only regions with GPU
latitudeYesTarget latitude
longitudeYesTarget longitude
providersNoFilter by provider IDs
maxDistanceKmNoMaximum distance in kilometers
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds purpose but no new behavioral traits beyond what annotations provide, such as rate limits or result ordering.

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?

Two sentences front-load the core purpose with no wasted words. Every sentence adds value.

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

Completeness4/5

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

For a tool with 6 parameters and no output schema, the description covers the primary use case adequately. Could briefly mention available filters (distance, GPU, providers) but schema already handles that; agent can infer from parameters.

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?

All 6 parameters have descriptions in the schema (100% coverage), so baseline is 3. The description does not add additional meaning beyond schema; it reiterates 'geographic location' which is already clear from latitude/longitude.

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 the verb 'find' and the resource 'cloud regions nearest to a geographic location.' Distinguishes from sibling tools like search_regions and find_compliant_regions by focusing on geographic proximity.

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?

Mentions utility for 'latency optimization and data residency planning,' providing context for when to use, but does not explicitly exclude alternatives or state when not to use this tool.

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/jasonwilbur/mcp-server-cloud-regions'

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