P
public
/extract_assumptions
extract assumptions
Use when the user pastes a strategy, plan, or memo and wants its hidden bets made explicit: extracts the falsifiable, load-bearing assumptions (dated/quantified
liveunknown~5s typical
mcppublic
$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-ai-dsght-public /extract_assumptions for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Strategy / plan / memo text to analyze (plain text). |
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-ai-dsght-public","endpoint":"/extract_assumptions","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-ai-dsght-public -e /extract_assumptions -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-ai-dsght-public", endpoint: "/extract_assumptions", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.