ecfr_get_search_summary
ActiveTool of CourtListener
declared in 3.4.3
Get summary details (counts + metadata) for a CFR search query.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "As-of date (YYYY-MM-DD)"
},
"query": {
"type": "string",
"description": "Full-text search query over the CFR"
},
"title": {
"anyOf": [
{
"type": "integer",
"maximum": 50,
"minimum": 1
},
{
"type": "null"
}
],
"default": null,
"description": "Restrict to a title"
},
"agency_slugs": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"default": null,
"description": "Restrict to agency slugs"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
CourtListener
https://github.com/Vaquill-AI/courtlistener-mcp
1/7 registries