get_gallery_artists
ActiveTool of Provenio — Art Intelligence
Cost: ~1s. Get the represented-artist roster for a specific gallery. Returns: gallery metadata + ordered list of artists with exclusivity (exclusive/shared/former/deceased_estate), period, notes. Use when: preparing pitch context for a specific gallery (cold email, fair planning). Use when: validating whether artist representation overlap exists between two galleries. Do NOT use when: you only have the artist name — use find_galleries_by_artist instead.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"gallery_id"
],
"properties": {
"gallery_id": {
"type": "string",
"description": "Gallery ID slug or 'gallery:...'. Required."
},
"include_former": {
"type": "boolean",
"default": true,
"description": "Include former representations and deceased estates (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