Find Nearby Offices (Internal)
hrblock-find-nearby-officesFull Description
INTERNAL WIDGET BACKEND TOOL — This tool is the backend API for the booking widget's office search feature. It is called automatically by the interactive booking widget when a user enters their ZIP code or location in the widget UI. Do NOT invoke this tool directly from chat. If a user asks about finding offices, nearby locations, ZIP code lookups, or checking appointment availability, use 'start-appointment-booking' instead which provides the full interactive booking experience with a seamless web-like UI. This tool only returns raw office data meant to be consumed by the widget.
Parameters (2 required, 2 optional)
latitudestringLatitude coordinate of the user's location (e.g. 39.1045785)
longitudestringLongitude coordinate of the user's location (e.g. -94.58952939999999)
radiusInMilesstringSearch radius in miles (default: 50)
50rangeDatestringDate (YYYY-MM-DD) to check appointment availability. Defaults to today
2026-03-19