Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_get_aerial_feature

Retrieve full details of an aerial mapping feature by its record ID. Access monument type, period, evidence, and location in JSON or text format.

Instructions

Get full details of a specific aerial mapping feature.

Retrieves a single AIM feature by its HE_UID. Accepts either "aim:HE_UID" or just the HE_UID.

Args: record_id: AIM feature ID (e.g. "aim:12345" or "12345") output_mode: Response format — "json" (default) or "text"

Returns: Full feature details including monument type, period, evidence, location

Tips for LLMs: Use record_id from her_search_aerial results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
record_idNo
output_modeNojson
Behavior4/5

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

Despite no annotations, the description discloses behavioral traits such as input formats (accepting 'aim:HE_UID' or just HE_UID), output modes ('json' or 'text'), and return contents (monument type, period, etc.). It could be more explicit about idempotency or side effects, but the 'get' nature is implied.

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 concise and well-structured: clear purpose, args, 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?

For a simple retrieval tool with two parameters and no output schema, the description covers input formats, output modes, and return fields adequately. It could mention error handling for invalid IDs, but this is not essential for basic usage.

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?

With 0% schema description coverage, the description fully compensates by explaining record_id format with examples and output_mode options. This adds significant meaning beyond the bare 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 retrieves full details of a specific aerial mapping feature by its HE_UID. It explicitly distinguishes from sibling tools like her_search_aerial by focusing on a single record retrieval rather than search.

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?

The 'Tips for LLMs' section explicitly directs agents to use record_id from her_search_aerial results, providing clear usage context. However, it does not mention when not to use the tool or alternative tools for similar purposes.

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