Skip to main content
Glama
malkreide

swiss-cultural-heritage-mcp

by malkreide

heritage_search_helveticat

Read-onlyIdempotent

Search the Swiss National Library Helveticat catalog for publications by title, author, date, or collection. Returns metadata including title, author, year, keywords, and identifier.

Instructions

Durchsucht die Schweizerische Nationalbibliothek (Helveticat) via OAI-PMH.

Args: params (HelvticatSearchInput): - query (str | None): Clientseitige Filterung (Titel, Autor) - set_spec (str | None): OAI-Set-ID (aus heritage_list_nb_collections) - from_date (str | None): Datum von (YYYY oder YYYY-MM-DD) - until_date (str | None): Datum bis (YYYY oder YYYY-MM-DD) - limit (int): Max. Ergebnisse 1–50 (Standard: 10) - response_format: 'markdown' oder 'json'

Returns: str: Liste von Publikationen mit Titel, Autor, Jahr, Schlagwörtern und Identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds behavioral context: it performs client-side filtering via OAI-PMH, which clarifies that no server-side full-text search is supported. This goes beyond the annotations and informs the agent of limitations.

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 one-sentence summary followed by a clear Args section and a Returns line. Every sentence adds value; no redundancy. The most critical information is front-loaded.

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?

For a tool with several parameters and an output schema, the description covers purpose, all parameters, and return format. It does not detail the output schema structure, but since an output schema exists (context signals indicate true), this is acceptable. Missing: example usage or note on when to use JSON vs markdown output.

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?

Despite schema description coverage being 0% per context signals, the description provides a detailed, parameter-by-parameter breakdown (query, set_spec, dates, limit, response_format) with clear semantics and examples. This compensates fully for any missing schema descriptions.

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?

Description starts with 'Durchsucht die Schweizerische Nationalbibliothek (Helveticat) via OAI-PMH', clearly stating the verb, resource, and method. This distinguishes it from siblings like heritage_cross_search or heritage_search_museum_datasets, which target different collections or engines.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives. It implies usage for searching the National Library catalog but offers no exclusion criteria or guidance on sibling tools. A simple note like 'Use for Helveticat searches only' would improve clarity.

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/malkreide/swiss-cultural-heritage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server