Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_get_monument

Retrieve complete details for a scheduled monument using its NHLE list entry number, including name, designation, location, and listing dates.

Instructions

Get full details for a specific scheduled monument.

Returns the complete record including name, designation, location, listing dates, and URL to the Historic England listing page.

Args: nhle_id: NHLE list entry number (e.g. "1002345") output_mode: Response format — "json" (default) or "text"

Returns: Full monument record

Tips for LLMs: - Use the nhle_id from search results - The URL links to the full Historic England listing page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nhle_idYes
output_modeNojson
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool returns a complete record with specific fields, which is good, but does not explicitly mention read-only behavior or any side effects. For a simple read tool, this is adequate but could be improved.

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 description, Args, Returns, and Tips. It is front-loaded with the purpose and is concise, but the Args and Returns sections could be integrated into the main description to reduce 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?

Given the tool has only two parameters, no output schema, and no annotations, the description provides sufficient information for a simple retrieval tool. It explains the purpose, parameters, and gives usage tips. It does not cover error handling, but that is acceptable for this straightforward tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides no parameter descriptions (0% coverage), but the description adds parameter meanings in the Args section: nhle_id as 'NHLE list entry number (e.g. '1002345')' and output_mode as 'Response format — 'json' (default) or 'text''. This compensates well for the missing schema details, though 'text' format is not further elaborated.

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 'Get full details for a specific scheduled monument.' The verb 'Get' and resource 'scheduled monument' are specific, and the tool is distinguished from siblings like search and other get tools by focusing on scheduled monuments.

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 advises using nhle_id from search results, providing clear guidance. However, there is no explicit statement on when not to use the tool or alternatives, though the context of siblings implies this tool is for retrieving full records after search.

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