Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_export_geojson

Export heritage assets as a GeoJSON FeatureCollection for use in GIS tools. Filter results by bounding box, designation type, or name.

Instructions

Export heritage assets as GeoJSON FeatureCollection.

Exports query results in GeoJSON format suitable for use in QGIS, Leaflet, or other GIS tools.

Args: bbox: Bounding box as "xmin,ymin,xmax,ymax" in BNG designation_type: Filter by designation type name: Name filter (partial match) max_results: Maximum features to export (default 500, max 2000) output_mode: Response format — "json" (default) or "text"

Returns: GeoJSON FeatureCollection with matching heritage assets

Tips for LLMs: - Use bbox to limit the export area - Output is a standard GeoJSON FeatureCollection - Coordinates are in WGS84 (EPSG:4326)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxNo
nameNo
max_resultsNo
output_modeNojson
designation_typeNo
Behavior3/5

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

Discloses output format (GeoJSON FeatureCollection), coordinate system (WGS84), default and maximum values for max_results, and output_mode options. However, with no annotations, the description does not indicate whether the tool is read-only or destructive, nor does it mention potential errors or rate limits.

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?

Well-structured with a clear one-line purpose, followed by a short explanation, then a bulleted Arg list, Returns, and Tips. Every sentence adds value without redundancy.

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?

Covers all parameters, output format, and practical tips. Given the lack of output schema and the tool's moderate complexity, the description is nearly complete. It misses error handling or permission context, but overall provides sufficient information for effective 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?

Input schema has 0% description coverage, but the description's Args section fully compensates by explaining each parameter's purpose, format (e.g., bbox in BNG), default values, and options (e.g., output_mode). This provides complete semantic meaning 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?

Clearly states the verb (export), resource (heritage assets), and output format (GeoJSON FeatureCollection). The description distinguishes this tool from the sibling her_export_for_lidar by specifying suitability for GIS tools like QGIS and Leaflet.

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?

Implies usage for exporting query results as GeoJSON, but does not explicitly state when to use this tool versus alternatives like her_export_for_lidar. The tips section provides some usage guidance (e.g., using bbox) but lacks exclusions or conditions.

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