find_libraries_near_address
Find public library branches nearest to any US street address. Adjust radius and result limits to get branches sorted by distance.
Instructions
Find the public library branches nearest to a US street address, sorted by distance.
Args: address: Full US street address, e.g. "350 Fifth Ave, New York, NY" radius_miles: Search radius in miles (0.1–50, default 10) limit: Maximum branches to return (1–100, default 10) include_closed: Include temporarily-closed branches (default False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| address | Yes | ||
| radius_miles | No | ||
| include_closed | No |