P
public
/get_public_scenarios
get public scenarios
Get the scenario matrix with probabilities for a published future-space. Use when the user asks how a domain (banking, energy, CEE markets, ...) might play out,
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 /get_public_scenarios for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | future-space slug from list_public_spaces |
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":"/get_public_scenarios","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-dsght-public -e /get_public_scenarios -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-dsght-public", endpoint: "/get_public_scenarios", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.