find_galleries_by_artist
ActiveTool of Provenio — Art Intelligence
Cost: ~1s. Find all galleries that represent (currently or formerly) a specific artist. Returns: ordered list of representations (current first, then deceased_estate, then former), with gallery tier/city/country and period. Use when: verifying primary-market representation for valuation or attribution context. Use when: building artist-centric outreach (which galleries control supply). Use when: tracking representation history for a deceased artist's estate.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"artist_id"
],
"properties": {
"artist_id": {
"type": "string",
"description": "Person ID slug or 'person:...'. Required."
},
"include_former": {
"type": "boolean",
"default": true,
"description": "Include former representations (default true)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Provenio — Art Intelligence
https://github.com/mildo-ai/brain_for_art
1/7 registries