search_artworks
Search original artworks by natural-language description of what the buyer wants — subject, mood, palette, texture, period, scale. Matches on MEANING rather than keywords, so "a moody blue seascape" finds work no keyword search would. IMPORTANT: the query text is matched on meaning ONLY. A budget written into it — "under 20k" — is NOT applied; pass min_price_usd and max_price_usd instead, or you will get results outside the buyer’s range and not know it. The same is true of provenance strength (trust_tier). Returns only works that are actually purchasable unless include_sold is set. Attributes such as medium and year are as stated by the seller; a null means the seller did not specify it. IMPORTANT: check the completeness field before telling a buyer this is everything available — "partial" means more may exist beyond what was scanned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results. Default 10, hard cap 100. | |
| query | Yes | What the buyer is looking for, in natural language. | |
| trust_tier | No | Restrict by provenance strength. verified_digital_coa is the strongest; unverified works are listed honestly but carry no certificate. | |
| include_sold | No | Include works that are already sold. Off by default. | |
| max_price_usd | No | Highest acceptable price. | |
| min_price_usd | No | Lowest acceptable price. | |
| seller_stated_tags_only | No | When true, match only tags the seller asserted, excluding model-generated ones. Use when the buyer needs the seller to have made the claim themselves. |