You're viewing a demo portfolio

Join the waitlist
PRSM

find_emerging_artists_by_pattern

Active

Tool of Provenio — Art Intelligence

declared in 0.3.2-measured

Cost: ~3s. Discover emerging artists whose current KG footprint matches a historical career pattern. Patterns: A=institutional_escalation, B=curator_championing, C=movement_anchor, D=late_market_discovery, E=diaspora_rediscovery. Returns ranked candidates with confidence score, exhibition/market data, and signal summary. Use when: gallery wants a shortlist of artists at an early inflection point matching a proven pattern. Use when: curator is building a thematic exhibition and wants artists at the right career stage. Use when: collector wants names not yet on the market radar. Do NOT use when: you already have a specific artist in mind — use get_career_trajectory instead. Do NOT use when: you want to compare two artists — use compare_career_patterns instead. Coverage note: results depend on exhibition data ingested; artists with no exhibition records won't appear.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "pattern"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "default": 10,
      "description": "Max candidates to return (1–30). Default 10."
    },
    "pattern": {
      "type": "string",
      "description": "Pattern to search: 'A_institutional_escalation', 'B_curator_championing', 'C_movement_anchor', 'D_late_market_discovery', or 'E_diaspora_rediscovery'. Single letter also accepted (e.g. 'A')."
    },
    "min_confidence": {
      "type": "number",
      "default": 0.35,
      "description": "Minimum confidence score (0–1). Default 0.35."
    },
    "birth_year_after": {
      "type": "number",
      "description": "Filter to artists born after this year. Default varies by pattern."
    }
  }
}

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 →
find_emerging_artists_by_pattern — Provenio — Art Intelligence — PRSM MCP