BD
BetSlip Doctor
/get_saved_reports
Saved reports
List the authenticated user's saved diagnosis reports (newest first), or fetch one full report by id. Only ever the calling user's own reports.
liveunknown~5s typical
mcpbetslipdoctor
$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-betslipdoctor-mcp /get_saved_reports for me.
Input
| Field | Type | Description |
|---|---|---|
| report_id | string | Return this one report in full instead of the compact list. |
| limit | integer | Compact list size (default 10). |
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-betslipdoctor-mcp","endpoint":"/get_saved_reports","input":{}}'cli
npx cracked-ai run -p mcp-ai-betslipdoctor-mcp -e /get_saved_reports -i '{}'mcp
run_tool({ provider: "mcp-ai-betslipdoctor-mcp", endpoint: "/get_saved_reports", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.