Browse Set
browse_setRetrieve member artworks of a Rijksmuseum curated set using setSpec. Returns detailed records with titles, creators, dates, and images, with pagination for browsing large sets.
Instructions
Enumerate the member artworks of one curated set by setSpec. Get setSpec values from list_curated_sets. DB-backed (warm calls in tens of ms). Returns DB-direct records with objectNumber, title, creator, date (display + earliest/latest), description, dimensions, datestamp, image/IIIF URLs, and a stable lodUri. For multi-row vocab (subjects, materials, type taxonomy, full set memberships), follow up with get_artwork_details on the returned objectNumber. Supports pagination via resumptionToken (stateless base64; not portable across server upgrades). Not for set discovery — use list_curated_sets first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setSpec | No | Set identifier from list_curated_sets (e.g. '26121'). Required for initial request, ignored when resumptionToken is provided. | |
| maxResults | No | Maximum records to return (1-50, default 10) | |
| resumptionToken | No | Pagination token from a previous browse_set result. When provided, setSpec is ignored. | |
| includeExtentText | No | Include the verbose extentText (dcterms:extent) per record. Default false — it is large and not rendered in the text channel. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| records | Yes | ||
| totalInSet | No | ||
| resumptionToken | No |