Skip to main content
Glama
topoftheblock

Städel Museum MCP Server

search-museum-objects

Filter Städel Museum objects by modification date or OAI-PMH set to harvest their identifiers. Use these IDs to fetch detailed object records.

Instructions

Harvests a list of object identifiers from the Städel Museum. Note: This uses OAI-PMH, so standard full-text keyword searching is not supported. You must filter by date or Set. Returns a list of identifiers to be used with the get-museum-object tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setNoFilter by an OAI-PMH Set spec (retrieved via list-sets tool)
fromNoDatestamp (YYYY-MM-DD) to filter records modified from this date
untilNoDatestamp (YYYY-MM-DD) to filter records modified until this date
resumptionTokenNoPass this token to get the next page of results. Do not pass other filters if using this token.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordsYesList of OAI identifiers matching the query
pageCountYesNumber of records returned in this current request
resumptionTokenNoToken to retrieve the next page of results
Behavior3/5

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

With no annotations, the description handles transparency. It discloses the OAI-PMH protocol, the inability to do full-text search, and that it returns identifiers only. However, it does not mention rate limits, authentication, or pagination behavior (though resumptionToken hints at it). It adds some value beyond the schema but could be more explicit about operational constraints.

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 three sentences with no wasted words. The first sentence states the core purpose, the second clarifies limitations and usage constraints, and the third explains how the output should be used. It is front-loaded and efficiently structured.

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?

The tool has 4 parameters, none required, and an output schema exists. The description covers the key aspects: what it returns (identifiers), how to use them (with get-museum-object), and the constraint to filter. It does not explain pagination in detail or error handling, but for a listing tool, this is largely sufficient.

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?

Schema coverage is 100%, so baseline is 3. The description adds context by stating that filtering by date or Set is required, which reinforces the purpose of 'from', 'until', and 'set' parameters. However, it does not add new information beyond what the schema already provides. The description for 'resumptionToken' is not reiterated but is clear in 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 the verb 'harvests' and the resource 'list of object identifiers from the Städel Museum'. It distinguishes itself from siblings by noting the use of OAI-PMH, the lack of full-text search, and the requirement to filter by date or Set, and it explicitly connects to the sibling get-museum-object tool.

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 tells when to use the tool (to get identifiers via OAI-PMH) and when not to (no full-text search). It specifies required constraints (must filter by date or Set) and mentions the output's purpose for use with get-museum-object. It does not explicitly exclude alternatives like list-sets or open-staedel-explorer, but the context is clear enough.

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/topoftheblock/staedel-mcp'

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