Skip to main content
Glama
kintopp

rijksmuseum-mcp+

by kintopp

Remount Viewer

remount_viewer

Redirect the viewer to a different artwork while preserving the viewUUID and clearing any existing highlights.

Instructions

Internal: switch the viewer to a different artwork while preserving the viewUUID. Called by the artwork-viewer iframe during in-viewer related navigation. Any user highlight is cleared on remount because its coordinates belong to the previous artwork.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewUUIDYesExisting viewer UUID returned by a prior get_artwork_image call
objectNumberYesObject number of the artwork to remount into the viewer

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
dateNo
errorNo
titleNo
widthNo
heightNo
creatorNo
licenseNo
viewUUIDNoViewer session ID for use with navigate_viewer.
iiifInfoUrlNo
objectNumberYes
physicalDimensionsNo
Behavior4/5

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

Annotations are minimal (destructiveHint=false, etc.). The description adds that 'Any user highlight is cleared on remount', which is a side effect beyond what annotations provide. This helps the agent understand the tool's impact.

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?

Three sentences: purpose, context, side effect. No unnecessary words. Information is front-loaded and earned.

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 2 params and an output schema, the description covers purpose, invocation context, and a side effect. It could mention error cases (e.g., invalid viewUUID) but is otherwise complete for a straightforward tool.

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 description coverage is 100%, so baseline is 3. The description adds little beyond schema: it mentions 'preserving viewUUID' which reinforces viewUUID's role, but does not add new semantic detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'switch the viewer to a different artwork while preserving the viewUUID', which is a specific verb+resource. It distinguishes itself by noting it is internal and called during in-viewer navigation, but does not explicitly differentiate from sibling 'navigate_viewer'.

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 says 'Called by the artwork-viewer iframe during in-viewer related navigation', implying usage context, but provides no exclusion criteria or alternatives. Sibling 'navigate_viewer' exists but no guidance on when to use which.

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/kintopp/rijksmuseum-mcp-plus'

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