search_sealed_forecasts
Search the JYOTINT sealed-forecast corpus (Bitcoin-anchored, dated-before-the-event predictions) by free text across id, title, and the verbatim sealed claim. Returns matching records with their grade, sealed probability, seal date, source artifact, and SHA-256 seal hash.
Parameters3
| query | string | required | Free-text query (e.g. 'Crocus', 'NISAR', 'Brazil election', 'recession'). |
| graded_only | boolean | optional | Restrict to graded (Brier) records. Default false. |
| limit | number | optional | Max results (default 10). |
Raw schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Free-text query (e.g. 'Crocus', 'NISAR', 'Brazil election', 'recession')."
},
"graded_only": {
"type": "boolean",
"description": "Restrict to graded (Brier) records. Default false."
},
"limit": {
"type": "number",
"description": "Max results (default 10)."
}
},
"required": [
"query"
]
}