Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_get_scotland_record

Retrieve full details of a Scottish historic environment record by Canmore ID, including site type, location, and grid reference.

Instructions

Get full details of a Scottish NRHE record by Canmore ID.

Retrieves a single record from the National Record of the Historic Environment. Accepts either "scotland:CANMOREID" or just the ID.

Args: record_id: Canmore ID (e.g. "scotland:12345" or "12345") output_mode: Response format — "json" (default) or "text"

Returns: Full record details including site type, form, location, grid reference

Tips for LLMs: Use record_id from her_search_scotland 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?

With no annotations, the description carries the burden of behavioral disclosure. It explains the tool retrieves a single record and describes the return format and fields (site type, form, location, grid reference). It does not mention side effects or permissions, but these are likely minimal for a read-only lookup tool.

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: a clear title sentence, followed by a brief explanation, labeled Args and Returns sections, and a practical tip for LLMs. Every sentence adds value with no 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?

The tool is simple with two parameters and no output schema, but the description explains return fields adequately. It could mention error handling or rate limits, but for a read-only lookup tool, the coverage is sufficient for correct 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?

Schema has 0% coverage with no descriptions for the two parameters. The description fully compensates by explaining record_id accepts two formats ('scotland:CANMOREID' or just the ID) and output_mode options ('json' default or 'text'), adding crucial 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 verb 'get' and the resource 'Scottish NRHE record', specifying it retrieves full details by Canmore ID. It distinguishes from sibling tools like her_search_scotland by focusing on retrieval of a single record.

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 description advises using record_id from her_search_scotland results, providing clear context for when to use this tool. However, it does not explicitly mention when not to use it or suggest alternatives.

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