N
Noemic
/find_relevant_bets
Find strongly relevant open bets
Read-only ranking of open BetOffers for the signed-in user. The model may call this proactively when the current conversation contains a concrete falsifiable fo
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 /find_relevant_bets for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionToken* | string | The private session token returned by finish_sign_in. Reuse it privately and never show it |
| conversationContext | string | Only the relevant context from this conversation. Do not claim or imply that Noemic can re |
| limit | integer | |
| explicitUserRequest | boolean | True only when the user directly asked to search open offers. Leave false for model-initia |
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":"/find_relevant_bets","input":{"sessionToken":"..."}}'cli
npx cracked-ai run -p mcp-app-noemic-noemic -e /find_relevant_bets -i '{"sessionToken":"..."}'mcp
run_tool({ provider: "mcp-app-noemic-noemic", endpoint: "/find_relevant_bets", input: {"sessionToken":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.