CR
Court Rules
/get_judge_rules
Get judge rules
Get all extracted rules for a specific judge. Rules come from standing orders and individual practices documents.
liveverifiedunknown~5s typical
mcpprobedcourtrules
$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-app-courtrules-court-rules /get_judge_rules for me.
Input
| Field | Type | Description |
|---|---|---|
| judge_slug* | string | The judge's URL slug (e.g., "carol-bagley-amon") |
| district_id* | string | The district ID (e.g., "edny") |
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-app-courtrules-court-rules","endpoint":"/get_judge_rules","input":{"judge_slug":"...","district_id":"..."}}'cli
npx cracked-ai run -p mcp-app-courtrules-court-rules -e /get_judge_rules -i '{"judge_slug":"...","district_id":"..."}'mcp
run_tool({ provider: "mcp-app-courtrules-court-rules", endpoint: "/get_judge_rules", input: {"judge_slug":"...","district_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.