Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_export_for_lidar

Export heritage monument centroids and metadata for LiDAR cross-referencing, using a bounding box and optional sources.

Instructions

Export heritage assets for LiDAR cross-referencing.

Produces a list of known monument centroids with metadata in the format expected by chuk-mcp-lidar spatial matching.

Args: bbox: Bounding box as "xmin,ymin,xmax,ymax" in BNG (required) include_aim: Include aerial mapping features (when available) include_nhle: Include NHLE designations (default true) gateway_sites: JSON array of Gateway records with easting/northing (output of her_enrich_gateway) to include as known sites output_mode: Response format — "json" (default) or "text"

Returns: Known sites in LiDAR cross-reference format

Tips for LLMs: - bbox is required for LiDAR export - Output includes easting/northing in BNG for spatial matching - Each site has id, source, name, type, monument_type, period - Use her_enrich_gateway first, then pass output as gateway_sites

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxNo
include_aimNo
output_modeNojson
include_nhleNo
gateway_sitesNo[]

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.3

TDQS

A4.4/5.0
Behavior4/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 discloses output behavior: 'Output includes easting/northing in BNG for spatial matching' and 'Each site has id, source, name, type, monument_type, period.' It also explains parameter behavior like include_aim 'when available' and include_nhle 'default true.' It does not explicitly state side effects or whether the operation is read-only, but for an export tool this is largely implied.

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 Args, Returns, and Tips, and it front-loads the core purpose. It is slightly longer than necessary due to redundancy (e.g., bbox required mentioned in both Args and Tips), but each section provides useful information and the prose is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema, the description compensates by explaining return format ('Known sites in LiDAR cross-reference format') and key fields. It also covers the prerequisite workflow with her_enrich_gateway. It does not mention potential errors or limitations, but for a moderately complex export tool, the provided details are largely sufficient.

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 coverage is 0%, so the description must compensate. It does so thoroughly by explaining all 5 parameters: bbox format ('xmin,ymin,xmax,ymax' in BNG), gateway_sites as 'JSON array of Gateway records with easting/northing (output of her_enrich_gateway)', and output_mode as 'json' or 'text'. It also clarifies defaults and requiredness, adding significant value 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's purpose: 'Export heritage assets for LiDAR cross-referencing' and 'Produces a list of known monument centroids with metadata in the format expected by chuk-mcp-lidar spatial matching.' This distinguishes it from siblings like her_export_geojson by specifying the LiDAR-specific output format.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context and workflow: 'Use her_enrich_gateway first, then pass output as gateway_sites' and 'bbox is required for LiDAR export.' It implies when to use (LiDAR cross-referencing) but does not explicitly state when not to use or name alternatives, so it falls short of a 5.

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