find_emerging_artists_by_pattern
ActiveTool of Provenio — Art Intelligence
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Provenio — Art Intelligence
https://github.com/mildo-ai/brain_for_art
1/7 registries