Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_search_conservation_areas

Search conservation areas in England by name, local authority, or location to retrieve details of designated areas of special architectural or historic interest.

Instructions

Search conservation areas across England.

Queries Historic England's Conservation Areas dataset for areas of special architectural or historic interest designated by Local Planning Authorities.

Args: query: Name search (e.g. "Maldon", "Bath") lpa: Local Planning Authority filter (e.g. "Maldon District") bbox: Bounding box as "xmin,ymin,xmax,ymax" in BNG (EPSG:27700) lat: WGS84 latitude for radius search lon: WGS84 longitude for radius search radius_m: Search radius in metres (requires lat/lon) max_results: Maximum results (1-2000, default 50) offset: Pagination offset output_mode: Response format — "json" (default) or "text"

Returns: Matching conservation areas with name, LPA, designation date

Tips for LLMs: Use lpa to filter by local authority. Combine with bbox or lat/lon for spatial queries. Use her_count_conservation_areas first to gauge result size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
lpaNo
bboxNo
queryNo
offsetNo
radius_mNo
max_resultsNo
output_modeNojson
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It describes the search as querying a dataset and returning matches, but does not explicitly state side effects, limitations, or error handling. Since it's a read-only search, the lack of behavioral depth is acceptable but not exceptional.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections for summary, args, returns, and tips. Though slightly lengthy due to parameter documentation, every sentence serves a purpose. The structure is clear and easy to scan.

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?

Given 9 parameters, no output schema, and no annotations, the description covers all necessary context: purpose, dataset origin, parameter details, return format, and usage advice. It is complete for a search tool of this complexity.

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?

Schema description coverage is 0%, but the description provides detailed explanations for all 9 parameters, including expected formats (e.g., bbox as 'xmin,ymin,xmax,ymax' in BNG), defaults, and constraints (max_results 1-2000). This fully compensates for the empty schema.

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 starts with 'Search conservation areas across England,' a specific verb+resource. It distinguishes from siblings by specifying the dataset (Historic England's Conservation Areas) and including tips that reference her_count_conservation_areas as an alternative.

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?

The 'Tips for LLMs' section explicitly tells when to use lpa, spatial parameters (bbox, lat/lon), and suggests using her_count_conservation_areas first to gauge result size. This provides clear usage guidance and alternative tool references.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/chuk-mcp-her'

If you have feedback or need assistance with the MCP directory API, please join our Discord server