her_enrich_gateway
Fetches Heritage Gateway records with resolved BNG easting/northing coordinates for cross-referencing with other HER data sources.
Instructions
Fetch Heritage Gateway records with resolved coordinates.
Searches the Heritage Gateway for local HER records and resolves their BNG coordinates by parsing grid references and/or fetching detail pages. Returns only records with valid easting/northing, suitable for cross-referencing with her_cross_reference.
Args: what: Monument type or keyword (e.g. "red hill", "saltern") where: Place name (e.g. "Blackwater", "Essex") when: Period (e.g. "Roman", "Iron Age") max_results: Maximum records to return (default 100) fetch_details: Fetch detail pages for coordinates (default true) output_mode: Response format — "json" (default) or "text"
Returns: Gateway records with resolved BNG easting/northing coordinates
Tips for LLMs: - This tool is SLOW (may take 1-2 minutes for 100 records) - Use it before her_cross_reference to enrich the known-sites pool - Pass the output records as gateway_sites to her_cross_reference - Set fetch_details=false for faster results (grid refs only) - Results include only records with successfully resolved coordinates - While waiting for this, also run her_search_monuments and/or her_search_aerial in the same area for comprehensive coverage — Gateway records are local HER data not in NHLE or AIM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | No | ||
| when | No | ||
| where | No | ||
| max_results | No | ||
| output_mode | No | json | |
| fetch_details | No |