search_galleries
ActiveTool of Provenio — Art Intelligence
Cost: ~1s. Search galleries by name, tier, country, or city. Tiers: mega (Gagosian/Zwirner level), major (international program), boutique (focused), emerging (newer). Use when: identifying which galleries operate in a specific market or tier band. Use when: building a B2B target list (galleries by region/tier). Do NOT use when: you want to know which gallery represents a specific artist — use find_galleries_by_artist instead.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"city": {
"type": "string",
"description": "City name (case-insensitive partial match)."
},
"tier": {
"enum": [
"mega",
"major",
"boutique",
"emerging"
],
"type": "string"
},
"limit": {
"type": "number",
"default": 20,
"description": "Max results (1–100). Default 20."
},
"query": {
"type": "string",
"description": "Free-text search across gallery name and id."
},
"country": {
"type": "string",
"description": "ISO 2-letter code (e.g. 'US', 'GB', 'KR')."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Provenio — Art Intelligence
https://github.com/mildo-ai/brain_for_art
1/7 registries