You're viewing a demo portfolio

Join the waitlist
PRSM

search_artworks

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

artic

https://github.com/pipeworx-io/mcp-artic

1/7 registries
View full server →