Search Artworks
search_artworksSearch the Minneapolis Institute of Art collection (~90k objects). Accepts free text ("monet water lilies") or Elasticsearch field syntax: artist:"Van Gogh", country:"China", department:"Asian Art", room:G3* — combinable with free text. Returns artist, date, medium, gallery location (on-view status), and image URL. Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 25). | |
| query | Yes | Free text or ES query-string field syntax. Examples: "monet", 'artist:"Van Gogh"', 'horse country:"China"', 'department:"European Art"'. | |
| on_view_only | No | If true, only return artworks currently on view in a gallery. |