Skip to main content
Glama
malkreide

swiss-cultural-heritage-mcp

by malkreide

heritage_search_helveticat

Read-onlyIdempotent

Search the Swiss National Library (Helveticat) for publications by title, author, date range, and collection. Retrieve bibliographic records with identifiers.

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 declare readOnlyHint and idempotentHint, but the description adds context about OAI-PMH and client-side filtering, which implies no server-side full-text search. This goes beyond annotations without contradiction.

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 structured with clear Args and Returns sections, front-loads the core purpose, and every sentence adds value. No fluff or 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?

Given the rich schema and output schema existence, the description sufficiently covers the tool's behavior. It explains return format and parameter roles, but misses details like pagination or OAI-PMH limitations, which are minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already has detailed descriptions for all parameters (coverage is actually high despite context signal of 0% which likely counts only top-level). The description largely repeats this information, adding minor value like 'clientseitige Filterung'.

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 'Durchsucht' (searches) and the specific resource 'Schweizerische Nationalbibliothek (Helveticat) via OAI-PMH'. It also lists parameters and return value, distinguishing it from sibling tools like heritage_search_artists.

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 mentions that set_spec comes from heritage_list_nb_collections, implying a relationship, but does not explicitly state when to use this tool versus alternatives. No exclusion criteria or when-not-to-use guidance is provided.

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