W
Wolfram
/api/v1/llm-api
Get Wolfram|Alpha results
Get Wolfram|Alpha results
liveunknown~3s typical
wolfram
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-wolframalpha-com /api/v1/llm-api for me.
Input
| Field | Type | Description |
|---|---|---|
| input* | string | the input default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-wolframalpha-com","endpoint":"/api/v1/llm-api","input":{"input":"..."}}'cli
npx cracked-ai run -p oa-wolframalpha-com -e /api/v1/llm-api -i '{"input":"..."}'mcp
run_tool({ provider: "oa-wolframalpha-com", endpoint: "/api/v1/llm-api", input: {"input":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.