get-artwork-by-artist
Retrieve artworks from the Art Institute of Chicago collection using an artist's ID. Supports pagination to browse results by page and limit. Ideal for accessing specific artist portfolios.
Instructions
Get artworks by artist id in the Art Institute of Chicago collection. Pagination is supported with the page parameter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The id of the artist to search for artworks. Should be the Artist ID of the `search-for-artist` tool. | |
limit | No | The number of resources to return per page. | |
page | No | The page of results to return. Used for pagination. |