You're viewing a demo portfolio

Join the waitlist
PRSM

search_artworks

Active

Tool of Artsmia

declared in 0.1.0

Search 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.

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 10, max 25)."
    },
    "query": {
      "type": "string",
      "description": "Free text or ES query-string field syntax. Examples: \"monet\", 'artist:\"Van Gogh\"', 'horse country:\"China\"', 'department:\"European Art\"'."
    },
    "on_view_only": {
      "type": "boolean",
      "description": "If true, only return artworks currently on view in a gallery."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Artsmia

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

1/7 registries
View full server →