court_docket_lookup
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Look up a federal docket by court ID and docket number. Returns party list and recent entries from PACER/RECAP.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"court",
"docket_number"
],
"properties": {
"court": {
"type": "string",
"description": "Court ID, e.g. 'nysd'."
},
"docket_number": {
"type": "string",
"description": "Docket number, e.g. '1:23-cv-04567'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries