N
Noemic
/propose_bet
Save a bet proposal
Create an unpublished draft when the user wants to formalize a concrete falsifiable forecast or disagreement. The model may suggest this naturally, but must not
liveverifiedunknown~5s typical
mcpprobednoemic
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-noemic-noemic /propose_bet for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionToken* | string | The private session token returned by finish_sign_in. Reuse it privately and never show it |
| title* | string | |
| proposition* | string | The concrete proposition that will be resolved. |
| side* | string | The outcome or side the signed-in user proposes to take. |
| counterSide* | string | The compatible opposing side offered to a counterparty. |
| sourceRecordId | string | An existing Noemic source record containing the literal source and provenance. Omit when n |
| resolutionAt* | string | The resolution time as ISO 8601 with a timezone offset. |
| resolutionSource* | string | The authoritative source used to determine the outcome. |
| resolverAdapter | string (house | objective_source | external_oracle | named_arbitrator) | The resolver class selected before approval. Defaults to Noemic house review; naming a cla |
| resolutionRules* | string | The exact rule for deciding the outcome. |
| voidRules* | string | The exact conditions under which the offer is void. |
| stakeDollars | number | Optional proposed stake in US dollars. It is draft text only; Noemic does not charge or ho |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-noemic-noemic","endpoint":"/propose_bet","input":{"sessionToken":"...","title":"...","proposition":"...","side":"...","counterSide":"...","resolutionAt":"...","resolutionSource":"...","resolutionRules":"...","voidRules":"..."}}'cli
npx cracked-ai run -p mcp-app-noemic-noemic -e /propose_bet -i '{"sessionToken":"...","title":"...","proposition":"...","side":"...","counterSide":"...","resolutionAt":"...","resolutionSource":"...","resolutionRules":"...","voidRules":"..."}'mcp
run_tool({ provider: "mcp-app-noemic-noemic", endpoint: "/propose_bet", input: {"sessionToken":"...","title":"...","proposition":"...","side":"...","counterSide":"...","resolutionAt":"...","resolutionSource":"...","resolutionRules":"...","voidRules":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.