caselaw_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search US court opinions (Caselaw Access Project, public domain) by case name / keyword, court, jurisdiction, and decision-date range. Returns matching case metadata with CAP ids and citations. Use caselaw_opinion_text with a returned id to read the full opinion. Note: v1 index covers the U.S. Reports reporter (official US Supreme Court reporter).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"court": {
"type": "string",
"description": "Optional court-name fragment, e.g. 'Supreme Court'."
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default 25, max 100)."
},
"query": {
"type": "string",
"description": "Case name or keyword, e.g. 'Brown Board Education', 'Miranda'."
},
"end_date": {
"type": "string",
"description": "Optional ISO date upper bound (YYYY-MM-DD)."
},
"start_date": {
"type": "string",
"description": "Optional ISO date lower bound (YYYY-MM-DD)."
},
"jurisdiction": {
"type": "string",
"description": "Optional jurisdiction fragment, e.g. 'United States'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries