You're viewing a demo portfolio

Join the waitlist
PRSM

fillin_market_search

Active

Tool of Fillin

declared in 1.27.0

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.

Parameters schema

{
  "type": "object",
  "title": "fillin_market_searchArguments",
  "required": [
    "model_family",
    "cutoff_quarter"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 20,
      "maximum": 100,
      "minimum": 1
    },
    "cluster_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Cluster Id",
      "default": null,
      "description": "Optional query-cluster id from a daily clustering job. Leave None for the wildcard '*' bucket."
    },
    "model_family": {
      "type": "string",
      "title": "Model Family",
      "maxLength": 64,
      "minLength": 1,
      "description": "Your model family — e.g. 'claude-opus-4-7', 'gpt-5'."
    },
    "only_for_sale": {
      "type": "boolean",
      "title": "Only For Sale",
      "default": true,
      "description": "If true (default), return only listed mints."
    },
    "cutoff_quarter": {
      "type": "string",
      "title": "Cutoff Quarter",
      "pattern": "^\\d{4}-Q[1-4]$",
      "description": "Your training cutoff coarsened to a quarter — e.g. '2026-Q1'."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fillin

1/7 registries
View full server →