search_nyc_violations
Search NYC Department of Buildings violation records using address, BIN, or block+lot. Retrieve DOB, Safety, and ECB violations with penalty amounts. Enable summary mode for aggregate statistics.
Instructions
Search NYC Department of Buildings violation records by address, BIN, or block+lot. Covers DOB Violations, Safety Violations, and ECB Violations (with penalty amounts). Use summary=true for aggregate stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| house_number | No | House number (e.g. "350"). Use with street. | |
| street | No | Street name (e.g. "BROADWAY"). Use with house_number. | |
| bin | No | NYC BIN (Building Identification Number) | |
| block | No | Tax block number (use with lot) | |
| lot | No | Tax lot number (use with block) | |
| borough | No | Borough: manhattan, bronx, brooklyn, queens, or "staten island" | |
| summary | No | Set true for aggregate stats instead of individual violations | |
| limit | No | Max results (ignored when summary=true) |