Get a specific NYC restroom and its latest inspection status
get_restroom_statusCheck the current condition rating and status of NYC public restrooms by name or coordinates, with inspection data reported where available.
Instructions
Looks up one NYC public restroom by name or by nearest coordinates, and - where NYC Parks inspection data is available for it - reports its most recent condition ratings. Only restrooms operated by NYC Parks are covered by inspection data; other operators (libraries, automated public toilets, private operators) will report status "no_inspection_data".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | No | Latitude to find the nearest restroom to. Requires longitude as well. | |
| longitude | No | Longitude to find the nearest restroom to. Requires latitude as well. | |
| restroom_name | No | Restroom facility name to look up (case-insensitive substring match). Provide either this or a latitude/longitude pair, not both. |