Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_get_conservation_area

Retrieve full details of a conservation area by its unique record ID. Get name, LPA, and location information.

Instructions

Get full details of a specific conservation area.

Retrieves a single conservation area by its UID. Accepts either "ca:UID" or just the UID number.

Args: record_id: Conservation area ID (e.g. "ca:1234" or "1234") output_mode: Response format — "json" (default) or "text"

Returns: Full conservation area details including name, LPA, location

Tips for LLMs: Use record_id from her_search_conservation_areas results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
record_idNo
output_modeNojson
Behavior3/5

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

No annotations provided. Description covers input formats, output modes, and return content (name, LPA, location) but omits details like read-only nature, error handling, 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections, but could be slightly tighter. Every sentence adds value, including the LLM tips. Appropriate length for the tool's simplicity.

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?

Adequately describes return values ('Full details including name, LPA, location') despite no output schema. Context from siblings confirms it's a specific getter. Small gaps in behavior details.

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?

Adds significant value beyond schema (0% coverage). Explains record_id accepts 'ca:UID' or plain UID, and output_mode defaults, with examples.

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 'Get full details of a specific conservation area' using a specific verb and resource. Distinguishes itself from sibling search tools by focusing on retrieval by UID.

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?

Provides clear context on when to use (retrieve by UID) and includes LLM tip to use record_id from search results. Does not explicitly state when not to use or compare to other get tools.

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