Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

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

TableJSON Schema
NameRequiredDescriptionDefault
lpaNo
bboxNo
queryNo
output_modeNojson

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.3

TDQS

A4.8/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the operation is fast, returns only a count, and supports output modes. It does not explicitly state side effects or auth requirements, but the read-only nature is implied and the behavioral traits are adequately described.

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

Conciseness5/5

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

The description is well-organized with sections for arguments, returns, and tips. Every sentence adds value, and it is appropriately sized for the tool's simplicity.

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?

For a simple count tool with no output schema, the description fully explains returns and usage context. It even provides an example of how to use the result. The sibling tool relationship is clearly established, making the description complete.

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%, so the description must compensate. It explains each parameter: bbox format with example, query as name filter, lpa as authority filter, and output_mode values. This fully covers the semantics beyond the 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 clearly states the tool counts conservation areas in an area, noting it is fast and returns no geometry. It explicitly distinguishes itself from the sibling search tool, making its purpose unambiguous.

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 description explicitly instructs to call this tool before her_search_conservation_areas to gauge result size, and provides a 'Tips for LLMs' section reinforcing the workflow. This is clear when-to-use guidance with a named alternative.

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