judge_lookup
Look up judges by last and/or first name in CourtListener's judiciary database. Returns judge details including name, dates, gender, and position count.
Instructions
Look up judges / people in CourtListener's judiciary database (type via /people/) by last and/or first name. Returns id, assembled name, birth/death dates and place, gender, and how many positions are on file. Works without a token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max people to return (1-50, default 10). | |
| name_last | No | Last name to match (e.g. "Ginsburg"). | |
| name_first | No | First name to match (e.g. "Ruth"). |