search_artworks
ActiveTool of artic
declared in 0.1.0
Search the Art Institute of Chicago collection by keyword. Returns artwork titles, artists, dates, mediums, and image IDs. Use get_artwork to fetch full details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "monet water lilies"
},
{
"limit": 25,
"query": "american portrait"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1-100, default 10)"
},
"query": {
"type": "string",
"description": "Search query (e.g., \"monet water lilies\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
artic
https://github.com/pipeworx-io/mcp-artic
1/7 registries