get_tonight_agenda
Get tonight's stargazing plan for a location: score, darkness window, and what to observe.
Use when the user asks "what can I see tonight" / "is tonight worth going
out". Returns tonight's sky score and darkness window plus a ranked agenda
of observing targets appropriate for the location's sky darkness.
Args:
lat: Latitude in decimal degrees (-90..90).
lon: Longitude in decimal degrees (-180..180).
Returns {timezone, light_pollution, tonight:{date, darkness, weather,...},
targets/agenda entries, attribution}. Report as returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes |