lookup_agency
Find law enforcement agencies by state, ORI code, or judicial district code. Filter results by agency name and paginate through the list.
Instructions
Look up law enforcement agencies by state, ORI code, or judicial district code.
Args: lookup_type: How to look up — "by_state" (list agencies in a state), "by_ori" (specific agency by ORI), or "by_district" (agencies by judicial district code) state: Two-letter state abbreviation (required for by_state and by_ori) ori: Agency ORI identifier (required for by_ori) district_code: Judicial district code (required for by_district) name_filter: Optional substring to filter results by agency name (case-insensitive). Only applies to by_state and by_district lookups. offset: Number of results to skip (for pagination). Applied after name_filter. limit: Maximum number of results to return (for pagination). Applied after name_filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ori | No | ||
| limit | No | ||
| state | No | ||
| offset | No | ||
| lookup_type | Yes | ||
| name_filter | No | ||
| district_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |