Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_status

Check server health and data source availability to identify which Historic Environment Records sources are accessible. Returns version and statuses.

Instructions

Check server health and data source availability.

Returns server version, registered source statuses, and tool count.

Args: output_mode: Response format — "json" (default) or "text"

Returns: Server status including source availability

Tips for LLMs: Call this first to check which sources are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_modeNojson
Behavior4/5

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

No annotations exist, so description carries full burden. It correctly indicates a read-only operation (checking health) without mentioning any destructive or side effects. Could explicitly state it is non-destructive.

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?

Concise yet complete: introduction, args, returns, and usage tips. Every sentence adds value, 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?

Adequately covers the simple health check function with one optional parameter. Describes return content (version, statuses, tool count). Could be considered complete for its complexity.

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?

Only one parameter with 0% schema coverage. Description explains output_mode accepts 'json' (default) or 'text', adding meaning beyond the schema's basic type/default.

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 checks server health and data source availability, specifying it returns version, source statuses, and tool count. This distinguishes it from sibling tools that are search or retrieval focused.

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?

Explicitly advises calling this first to check available sources, providing a clear use context. Lacks explicit when-not-to-use, but that's less critical for a health check tool.

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