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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.3

TDQS

A5/5.0
Behavior5/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 disclosing behavior. It reveals key constraints (NHLE-only, coordinate system exclusivity), output ordering (sorted by distance), and result fields (distance_m, bearing_deg), which go beyond the basic search semantics.

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 well-structured with clear sections (NOTE, Args, Returns, Tips) and front-loads the primary purpose. Despite its length, every sentence adds value, and the 'Tips for LLMs' section is practical without being redundant.

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?

The tool has no annotations or output schema, so the description must provide complete context. It covers purpose, scope, parameters, output structure, and usage caveats, including recommendations for complementary tools – making it adequately complete for effective tool selection and invocation.

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 schema provides only type and default for each parameter, so the description's Args section is essential. It explains coordinate systems (WGS84, BNG), pairing requirements (lat with lon, easting with northing), and output_mode options, fully compensating for the 0% schema coverage.

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 opens with a concrete verb phrase 'Find NHLE heritage assets near a single point' and then elaborates on scope (England only) and output (sorted by distance). It clearly distinguishes itself from sibling tools by explicitly noting the NHLE-only scope and directing to 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?

It directly states when to use this tool and when not, with a dedicated NOTE listing alternative tools for Scotland and aerial features. The Tips section even recommends combining this with other searches for comprehensive results, giving clear context.

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