her_count_conservation_areas
Get a quick count of conservation areas matching location and filter criteria. Use before searching for full details to gauge result size.
Instructions
Count conservation areas in an area (fast, no geometry returned).
Returns a quick count of conservation areas matching filters. Use before her_search_conservation_areas to gauge result size.
Args: bbox: Bounding box as "xmin,ymin,xmax,ymax" in BNG (EPSG:27700) query: Name filter (e.g. "Maldon") lpa: Local Planning Authority filter output_mode: Response format — "json" (default) or "text"
Returns: Conservation area count
Tips for LLMs: Call this before her_search_conservation_areas to check how many areas match before fetching full records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lpa | No | ||
| bbox | No | ||
| query | No | ||
| output_mode | No | json |