Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_nearby

Find designated heritage assets in England near a point. Search by lat/lon or BNG coordinates, with configurable radius and result count.

Instructions

Find NHLE heritage assets near a single point.

Searches the National Heritage List for England (NHLE) for designated heritage assets within a radius of the given point. Returns assets sorted by distance.

NOTE: This tool searches NHLE only (England). For Scottish sites use her_search_scotland with lat/lon/radius_m. For aerial features use her_search_aerial with lat/lon/radius_m.

Args: lat: WGS84 latitude (use with lon) lon: WGS84 longitude (use with lat) easting: BNG easting (use with northing, alternative to lat/lon) northing: BNG northing (use with easting) radius_m: Search radius in metres (default 500) max_results: Maximum results (default 20) output_mode: Response format — "json" (default) or "text"

Returns: Nearby NHLE heritage assets with distance and bearing

Tips for LLMs: - Use lat/lon OR easting/northing (not both) - Results are sorted by distance from the centre point - Each result includes distance_m and bearing_deg - For comprehensive nearby search, ALSO call her_search_aerial and her_search_scotland (if near/in Scotland) with the same lat/lon/radius_m parameters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
eastingNo
northingNo
radius_mNo
max_resultsNo
output_modeNojson
Behavior4/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 discloses that it searches NHLE, returns sorted by distance, and includes tips about coordinate systems and result details. It does not explicitly address permissions or side effects, but the read-only nature is implied. Slight lack of explicit non-destructive assertion.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections for Args, Returns, and Tips. It is slightly lengthy but each sentence adds value. The main purpose is front-loaded, and the structure aids readability.

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 no output schema, the description adequately describes returns. It accounts for the complexity of 7 parameters with coordinate system choices and links to sibling tools. It provides comprehensive guidance for a complete search workflow.

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?

The input schema has 0% description coverage, but the description provides extensive parameter documentation in the Args section, including coordinate alternatives, default values, and usage constraints (lat/lon vs easting/northing). This adds critical meaning beyond the schema.

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 'Find' and resource 'NHLE heritage assets near a single point'. It specifies the spatial search within a radius and sorting by distance. It also distinguishes from sibling tools by mentioning Scottish and aerial alternatives.

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?

The description explicitly tells when to use this tool (for NHLE in England) and when not (use her_search_scotland for Scotland, her_search_aerial for aerial features). It also advises calling both for comprehensive results, providing clear alternatives and context.

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/IBM/chuk-mcp-her'

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