find_comparable_artworks
ActiveTool of Provenio — Art Intelligence
declared in 0.3.2-measured
Cost: ~2s. Comparable set. EITHER artwork_id seed → similar works, OR artist_id seed → peer artists. Not for same-artist lot history (use search_auction_history).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1
},
"period": {
"type": "string",
"description": "Period concept ID or keyword."
},
"artist_id": {
"type": "string",
"description": "Seed artist person ID slug or 'person:...'. Returns peer artists by era/polity/tradition overlap. Mutually exclusive with artwork_id."
},
"artwork_id": {
"type": "string",
"description": "Seed artwork ID slug or 'artwork:...'. Mutually exclusive with artist_id."
},
"years_back": {
"type": "integer",
"default": 15,
"maximum": 100,
"minimum": 1,
"description": "Lookback window from today, default 15."
},
"patron_class": {
"type": "string",
"description": "Patron class keyword (artwork_seed mode only)."
},
"medium_keyword": {
"type": "string",
"description": "Medium keyword (artwork_seed mode only)."
},
"iconographic_subject": {
"type": "string",
"description": "Optional subject keyword (artwork_seed mode only)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Provenio — Art Intelligence
https://github.com/mildo-ai/brain_for_art
1/7 registries