her_get_conservation_area
Retrieve full details of a conservation area by its unique record ID. Get name, LPA, and location information.
Instructions
Get full details of a specific conservation area.
Retrieves a single conservation area by its UID. Accepts either "ca:UID" or just the UID number.
Args: record_id: Conservation area ID (e.g. "ca:1234" or "1234") output_mode: Response format — "json" (default) or "text"
Returns: Full conservation area details including name, LPA, location
Tips for LLMs: Use record_id from her_search_conservation_areas results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | No | ||
| output_mode | No | json |