Skip to main content
Glama
malkreide

swiss-cultural-heritage-mcp

by malkreide

heritage_cross_search

Read-onlyIdempotent

Query multiple Swiss cultural heritage databases in one search: SIK-ISEA, Nationalmuseum, and Nationalbibliothek. Returns aggregated results from selected sources.

Instructions

Durchsucht SIK-ISEA, SNM und NB gleichzeitig nach einem Begriff.

Fächert auf drei Upstreams auf (i. d. R. > 2 s). Sofern der Client einen Progress-Token gesendet hat, wird nach jeder abgeschlossenen Quelle ctx.report_progress() gemeldet; fehlgeschlagene Quellen werden zusätzlich über ctx.warning() als strukturierte Warnung signalisiert (SDK-003), statt nur als Text im Ergebnis zu erscheinen.

Args: params (CrossSearchInput): - query (str): Suchbegriff - sources (list[str]): ['sik_isea', 'snm', 'nb'] (Standard: alle) - limit_per_source (int): Max. Ergebnisse je Quelle (Standard: 5) - response_format: 'markdown' (Standard) oder 'json' ctx (Context): Vom MCP-SDK injiziert (Progress/Logging); bei direkten Aufrufen ohne Request None.

Returns: ResultEnvelope | str: Aggregierte Ergebnisse aus allen gewählten Quellen.

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?

Adds behavioral traits beyond annotations: progress reporting, warning on failures, fan-out latency. Consistent with readOnlyHint=true.

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 paragraphs and Args/Returns sections; concise but covers all essential details without 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?

Covers purpose, behavior, parameters, and return type. However, no output schema is provided, and the return type is only briefly mentioned.

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?

Despite schema coverage 0%, the description lists parameters with types, defaults, and example values (e.g., 'Suchbegriff', sources list), adding meaning beyond schema.

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 it searches SIK-ISEA, SNM, and NB simultaneously, distinguishing it from single-source sibling tools like heritage_search_artists or heritage_search_helveticat.

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?

The description implies use for cross-source queries but does not explicitly state when to avoid or alternatives; however, the context of searching multiple sources is clear.

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