Find Mass times
find_mass_timesFind every Catholic Mass and Confession within a day + time window at churches near a place in New York City. Takes a place name, neighborhood, or address (e.g. 'Park Slope', 'Times Square', '86th St and Lexington') — not coordinates. Requires a day of the week and a from/to time window (24-hour HH:MM); returns every matching Mass and Confession at each church in that window, bounded by an adjustable radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | Day of the week to look for. | |
| toTime | Yes | End of the time window, 24-hour HH:MM (e.g. '12:00'). | |
| fromTime | Yes | Start of the time window, 24-hour HH:MM (e.g. '09:00'). | |
| location | Yes | A place, neighborhood, landmark, or address in New York City. | |
| radiusKm | No | Search radius in kilometers. Defaults to 2km. |