Skip to main content
Glama

find_nearby_hills

Find British and Irish hills near any location using latitude and longitude. Results sorted by distance, with optional classification filters like Munros or Wainwrights.

Instructions

Find British and Irish hills near a location. Provide latitude and longitude coordinates. Returns hills sorted by distance, optionally filtered to one classification (e.g. only Munros).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to show (default 25, max 100)
latitudeYesLatitude of the location
longitudeYesLongitude of the location
radius_kmNoSearch radius in km (default 20, max 200)
classificationNoOnly include hills in this classification, e.g. 'Munros', 'Wainwrights'
Behavior4/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 that results are sorted by distance and optionally filtered by classification, which are key behaviors. It does not explicitly declare read-only status, but the nature of 'find' implies non-destructive behavior. It omits details like pagination or result formatting, but the schema covers limits and radius, so the description adds adequate transparency for a search tool.

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 two sentences long, front-loaded with the purpose, and every clause adds value. It efficiently covers what the tool does, the required input, and optional behavior without any redundant filler.

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 geospatial search tool with five parameters and no output schema, the description is fairly complete: it explains the core output (hills sorted by distance) and the optional classification filter. It does not describe edge cases like no results or the exact return structure, but the schema covers parameter constraints, and the sibling tools provide enough context for an agent to infer typical list behavior. Some gaps remain, but overall it is solidly complete.

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 description coverage is 100%, so all parameters are already documented. The description adds a bit of context by highlighting latitude/longitude as the required inputs and mentioning the classification filter, but it does not add syntax or format details beyond the schema. This meets the baseline of 3 without significant extra semantic value.

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 tool finds British and Irish hills near a given location, which is a specific verb+resource. It differentiates from sibling tools like search_hills by emphasizing geospatial proximity (latitude/longitude) and distance sorting, making its niche obvious.

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 specifies that latitude/longitude are required and that classification filtering is optional, giving clear context on how to invoke the tool. However, it does not explicitly mention when to prefer this over search_hills (e.g., when you have coordinates instead of a name), and no exclusions or alternatives are named. This is clear context without explicit when-not guidance.

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/Michael-Hutchinson/hills-mcp-server'

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