get_exhibition_history
ActiveTool of Provenio — Art Intelligence
Cost: ~0.5s–1s. Exhibition history for an artist OR artwork. SINGLE CALL. Returns normalised exhibition records (exhibitions table) when available; falls back to knowledge-graph event nodes (raw_json scan) when the normalised table is empty. Coverage: 94 curated events for 20+ artists as of 2026-04-24. For artists with no data, returns actionable guidance including the exact CLI command to run artsy_exhibitions.py to ingest missing records. Always returns coverage_gaps and suggested_next_tools when data is sparse or absent.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"artist_id": {
"type": "string",
"description": "Person ID slug or 'person:...'. Mutually exclusive with artwork_id."
},
"artwork_id": {
"type": "string",
"description": "Artwork ID slug or 'artwork:...'. Mutually exclusive with artist_id."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Provenio — Art Intelligence
https://github.com/mildo-ai/brain_for_art
1/7 registries