Get Artwork Image
get_artwork_imageView an artwork with an interactive deep-zoom viewer. Returns a viewer link and metadata when you ask to see the artwork.
Instructions
Opens an interactive deep-zoom viewer for the user — only when they ask to see, show, or view an artwork. Call ONLY when the user explicitly wants to see, show, or view an artwork. Do NOT call for list, summary, count, or text-only requests. Not for visual analysis by the LLM — use inspect_artwork_image to get image bytes. Not all artworks have images available. Returns metadata and a viewer link, not the image bytes themselves; do not construct or fetch IIIF image URLs manually (downloadable images are on rijksmuseum.nl).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectNumber | Yes | The object number of the artwork (e.g. 'SK-C-5') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| date | No | ||
| error | No | ||
| title | No | ||
| width | No | ||
| height | No | ||
| creator | No | ||
| license | No | ||
| viewUUID | No | Viewer session ID for use with navigate_viewer. | |
| iiifInfoUrl | No | ||
| objectNumber | Yes | ||
| physicalDimensions | No |