search_judgments
Search Indian court judgments by full-text query and court name. Narrow by year range to locate relevant case chunks, then retrieve full texts.
Instructions
Full-text search over one court's judgment chunks.
court is required and fuzzy-matched (e.g. "Bombay", "bombay high
court") against list_catalog()['courts'] -- searching all 26 courts in
one call would mean scanning tens of millions of chunks. Narrow further
with year_from/year_to when you can; it prunes row groups instead of
reading them.
Results are individual chunks, not whole judgments -- use get_judgment with the returned case_id to reassemble the full text of any hit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| court | Yes | ||
| limit | No | ||
| query | Yes | ||
| year_to | No | ||
| year_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||