her_get_aerial_feature
Retrieve full details of an aerial mapping feature by its record ID. Access monument type, period, evidence, and location in JSON or text format.
Instructions
Get full details of a specific aerial mapping feature.
Retrieves a single AIM feature by its HE_UID. Accepts either "aim:HE_UID" or just the HE_UID.
Args: record_id: AIM feature ID (e.g. "aim:12345" or "12345") output_mode: Response format — "json" (default) or "text"
Returns: Full feature details including monument type, period, evidence, location
Tips for LLMs: Use record_id from her_search_aerial results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | No | ||
| output_mode | No | json |