Skip to main content
Glama
IBM

chuk-mcp-her

Official
by IBM

her_list_sources

List all registered heritage data sources and their capabilities, including supported query types, coverage area, and current status. Use this to discover available sources before running queries.

Instructions

List all registered heritage data sources and their capabilities.

Returns metadata about each source including what query types it supports, its coverage area, and current status.

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

Returns: List of sources with capabilities

Tips for LLMs: Use this to discover which sources are available and what each one can do before running queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_modeNojson
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively explains the return structure (metadata including query types, coverage area, status) and provides usage tips, though it could explicitly state it is a read-only operation.

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 Args, Returns, and Tips. It front-loads the core purpose and adds valuable context without excessive verbosity.

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's low complexity (1 optional param, no output schema), the description is sufficiently complete. It explains what the tool returns and provides usage guidance, fulfilling the agent's needs for discovery.

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 description explains the single parameter 'output_mode' as 'Response format — "json" (default) or "text"', adding meaning beyond the schema. With 0% schema coverage, this compensates well, though enum options are not formally defined.

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 'List all registered heritage data sources and their capabilities' with a specific verb and resource, distinguishing it from siblings that focus on searching, counting, or exporting specific data types.

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?

Explicit tip 'Use this to discover which sources are available and what each one can do before running queries' provides clear context for when to use the tool, though it lacks explicit exclusion of 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