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[]
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses output structure (easting/northing, fields) and bbox requirement. No contradictions. Adequate transparency for a read-like export tool.

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?

Well-structured with intro, Args, Returns, and Tips sections. Slightly verbose with tips but each sentence adds value. No fluff.

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 5 params and no output schema, description covers purpose, parameters, output format, and a prerequisite workflow. Lacks error handling but sufficient for typical use.

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%, but description fully explains all 5 parameters with formats, defaults, and usage context (e.g., bbox format, gateway_sites as output of her_enrich_gateway). Adds significant meaning beyond raw 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?

Description clearly states 'Export heritage assets for LiDAR cross-referencing' with specific resource and format (chuk-mcp-lidar). Distinguishes from siblings like her_export_geojson by focusing on LiDAR spatial matching format.

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

Usage Guidelines3/5

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

Provides tips for LLMs (bbox required, use her_enrich_gateway first) which imply a workflow, but no explicit when-to-use vs alternatives like her_export_geojson or her_cross_reference.

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