Rijksmuseum MCP Server
by r-huijts
get_user_set_details
Retrieve detailed information about a specific user-created collection in Rijksstudio. Returns comprehensive information about the set and its contents, including:
- Set metadata (name, description, creation date)
- Creator information
- List of artworks in the set
- Image data for each artwork
- Navigation links
This tool is particularly useful for:
- Analyzing thematic groupings of artworks
- Studying curatorial choices
- Understanding collection patterns
- Exploring relationships between artworks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
culture | No | Language for the response data. Use 'en' for English or 'nl' for Dutch (Nederlands). Affects set descriptions and artwork information. | en |
page | No | Page number for paginated results, starting at 0. Use with pageSize to navigate through large sets. Note: page * pageSize cannot exceed 10,000. | |
pageSize | No | Number of artworks to return per page. Must be between 1 and 100. Default is 25. Larger values return more artworks but take longer to process. | |
setId | Yes | The unique identifier of the user set to fetch. Format is typically 'userId-setname'. This ID can be obtained from the get_user_sets results. |