Search Cleveland Museum Collection
cma.art.searchSearch the Cleveland Museum of Art's collection of 64,000+ artworks by keyword, artist, type, or department. Filter results to show only CC0-licensed images for commercial use. Retrieve artwork IDs, titles, artists, dates, and image URLs.
Instructions
Search 64,000+ artworks at the Cleveland Museum of Art by keyword, artist, type, or department. Filter for CC0-only (commercial-free) images. Returns artwork IDs, title, artist, date, license status, image URLs. Use cma.artwork for full details (CMA, CC0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search keyword — artist, title, subject (e.g. "monet", "armor", "japanese") | |
| type | No | Artwork type filter (e.g. "Painting", "Sculpture", "Print", "Photograph") | |
| department | No | Department filter (e.g. "European Painting and Sculpture", "Asian Art", "Prints") | |
| artist | No | Artist name filter (e.g. "Claude Monet", "Pablo Picasso") | |
| cc0_only | No | Only return CC0-licensed artworks (free for commercial use). Default: false. | |
| has_image | No | Only return artworks with images (default: true) | |
| limit | No | Number of results (1-50, default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |