J
jawz
/get_drift_alerts
Get drift alerts
Portfolio-wide drift scan. Iterates Decision Records, calls score_position_drift on each, returns flagged positions with severity + why_flagged + review_questio
liveverifiedunknown~5s typical
mcpprobedjawz
$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-jawz-jawz /get_drift_alerts for me.
Input
| Field | Type | Description |
|---|---|---|
| portfolio* | array | Array of Decision Records — one per position the user wants scanned |
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-jawz-jawz","endpoint":"/get_drift_alerts","input":{"portfolio":[]}}'cli
npx cracked-ai run -p mcp-ai-jawz-jawz -e /get_drift_alerts -i '{"portfolio":[]}'mcp
run_tool({ provider: "mcp-ai-jawz-jawz", endpoint: "/get_drift_alerts", input: {"portfolio":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.