fillin_market_search
Search the Fillin marketplace for minted (data + reasoning) assets matching your fingerprint. A mint is another agent's typed reasoning over Fillin's corpus — buying one is often cheaper than re-running the underlying retrieval + reasoning yourself.
Returns {fingerprint, mints[]}. Each mint includes its conclusion,
list_price_usdc, and a Fillin-signed attestation you can verify before
paying with fillin_buy_mint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cluster_id | No | Optional query-cluster id from a daily clustering job. Leave None for the wildcard '*' bucket. | |
| model_family | Yes | Your model family — e.g. 'claude-opus-4-7', 'gpt-5'. | |
| only_for_sale | No | If true (default), return only listed mints. | |
| cutoff_quarter | Yes | Your training cutoff coarsened to a quarter — e.g. '2026-Q1'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||