You're viewing a demo portfolio

Join the waitlist
PRSM

search_artists

Active

Tool of Provenio — Art Intelligence

declared in 0.3.2-measured

Cost: ~0.4s. Shortlist person nodes by name/nationality/era. Returns [{id, display_name, birth_year, death_year, nationality, era}]. Use when: you have a name but no person ID. Try a partial name if exact match fails (e.g. 'Basquiat' not 'Jean-Michel Basquiat'). Do NOT use if: you already know the ID — call get_artist directly (one call). Returns person IDs in 'person:slug' format — pass these directly as the 'artist' parameter in search_artworks. STOP after this unless you need a specific artist's full profile.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "era": {
      "type": "string",
      "description": "Substring match against era, e.g. 'baroque', 'modernism', 'contemporary'."
    },
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "description": "Max rows returned. Default 20. Check has_more to know if more exist."
    },
    "query": {
      "type": "string",
      "description": "Free-text substring match on display_name and id (case-insensitive). Use empty string '' to browse by filters only."
    },
    "nationality": {
      "type": "string",
      "description": "Substring match, e.g. 'dutch', 'japanese', 'french'. Combined with other filters as AND."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Provenio — Art Intelligence

https://github.com/mildo-ai/brain_for_art

1/7 registries
View full server →