get_trash_schedule
Get garbage, recycling, and yard waste collection days for any Charlotte address. Enter an address or coordinates to retrieve pickup schedule, route, provider, and recycling week.
Instructions
Look up garbage, recycling, and yard waste collection schedule.
Provide either address (free-form string) or both lat and
lon. Queries the City of Charlotte Solid Waste Collection polygon
layer via point-in-polygon and returns per-stream day, provider, route,
and (for recycling) the GREEN/ORANGE alternating week parsed from the
route note.
Args:
address: Free-form address, e.g. "2437 Remount Rd, Charlotte, NC".
lat: Latitude, used with lon if address is not given.
lon: Longitude, used with lat if address is not given.
Returns:
Dict with garbage, recycling, yard_waste sub-dicts (each with
day, provider, route, route_note, and for recycling
recycling_week), plus lat, lon, resolved_address, and a
human-readable summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||