Court Rules
CR
Court Rules
/check_compliance

Check document compliance

Generate a curl command for the Court Rules compliance check API. This tool does NOT run the check itself; it formats your inputs into a ready-to-use curl comma

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 /check_compliance for me.

Input

FieldTypeDescription
judge_slug*stringThe judge's URL slug (e.g., "carol-bagley-amon")
district_id*stringThe district ID (e.g., "edny")
document_scope*stringThe document scope being filed. Valid values: "brief_support", "brief_reply", "brief_oppos
motion_typestringThe motion type if applicable. Valid values: "Rule_12", "Rule_56", "Rule_50", "Rule_59", "
page_count*numberNumber of pages in the document
word_count*numberNumber of words in the document
is_pro_sebooleanWhether the filer is self-represented (pro se)

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":"/check_compliance","input":{"judge_slug":"...","district_id":"...","document_scope":"...","page_count":1,"word_count":1}}'
cli
npx cracked-ai run -p mcp-app-courtrules-court-rules -e /check_compliance -i '{"judge_slug":"...","district_id":"...","document_scope":"...","page_count":1,"word_count":1}'
mcp
run_tool({ provider: "mcp-app-courtrules-court-rules", endpoint: "/check_compliance", input: {"judge_slug":"...","district_id":"...","document_scope":"...","page_count":1,"word_count":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.