court_case_search
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Search federal and state court opinions by keyword, court, judge, party name, or date range. Returns case summaries with citations.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"court": {
"type": "string",
"description": "Court ID, e.g. 'scotus', 'ca9', 'nysd'."
},
"judge": {
"type": "string",
"description": "Judge name filter."
},
"limit": {
"type": "number",
"description": "Max results (1-50, default 10)."
},
"party": {
"type": "string",
"description": "Party name filter."
},
"query": {
"type": "string",
"description": "Free-text search query."
},
"date_filed_after": {
"type": "string",
"description": "ISO date YYYY-MM-DD."
},
"date_filed_before": {
"type": "string",
"description": "ISO date YYYY-MM-DD."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries