compare_career_patterns
ActiveTool of Provenio — Art Intelligence
Cost: ~4s. Side-by-side career trajectory comparison for two artists. Returns full trajectory data for each + a structured comparison: pattern overlap score, career stage delta, exhibition/market delta, interpretation, and recommendation. Use when: gallery wants to pitch an emerging artist by showing they mirror a validated comparable's early career. Use when: curator needs narrative evidence that artist A is at the same inflection point artist B was at in year X. Do NOT use when: you need data on one artist — use get_career_trajectory instead. Do NOT use when: you want to discover emerging artists — use find_emerging_artists_by_pattern instead.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"artist_id_1",
"artist_id_2"
],
"properties": {
"artist_id_1": {
"type": "string",
"description": "First artist — person ID slug or 'person:...'."
},
"artist_id_2": {
"type": "string",
"description": "Second artist — person ID slug or 'person:...'. Use a well-documented historical artist as the benchmark."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Provenio — Art Intelligence
https://github.com/mildo-ai/brain_for_art
1/7 registries