get_best_stargazing_plan
Creates a composite stargazing plan by evaluating candidate locations, weather conditions, and astronomy targets for a given region and time.
Instructions
Create a composite stargazing plan for a region and time.
This planning tool combines:
candidate place search from
analysis_areaweather summaries from
get_weather_by_positionastronomy targets from
get_nightly_forecast
Args:
south, west, north, east: Bounding box coordinates.
time: Observation time string in ISO format or YYYY-MM-DD HH:MM:SS.
time_zone: IANA timezone string.
candidate_limit: Maximum number of candidate places to evaluate.
target_limit: Maximum number of recommended targets per place.
weather_provider: Weather provider mode passed to weather tools.
max_locations: Maximum number of area-analysis candidates to search.
min_height_diff: Minimum elevation difference for prominence.
road_radius_km: Search radius for road access.
network_type: Type of road network to analyze.
db_config_path: Optional path to database config.
Returns:
Dict with keys data and _meta. data contains the normalized
query, a plan summary, and ranked candidate recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | ||
| time | Yes | ||
| west | Yes | ||
| north | Yes | ||
| south | Yes | ||
| time_zone | Yes | ||
| network_type | No | drive | |
| target_limit | No | ||
| max_locations | No | ||
| db_config_path | No | ||
| road_radius_km | No | ||
| candidate_limit | No | ||
| min_height_diff | No | ||
| weather_provider | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||