@StarGazer1995
get_celestial_pos
Calculate the altitude and azimuth angles of a celestial object.
get_celestial_rise_set
Calculate the rise and set times of a celestial object.
get_moon_info
Get detailed information about the Moon's phase and position.
get_visible_planets
Get a list of solar system planets currently visible (above horizon).
get_constellation
Get the position (altitude/azimuth) of the center of a constellation.
get_nightly_forecast
Get a curated list of best objects to view for the night.
get_weather_by_name
Fetches weather data for a specified location by its name using the QWeather API.
get_weather_by_position
Fetches weather data for a specified location by its geographic coordinates (latitude and longitude) using the QWeather API.
light_pollution_map
Get light pollution data for a specific area. Returns a grid of light pollution data points including brightness, Bortle class, and SQM.
analysis_area
Analyze a geographic area for suitable stargazing locations. This tool searches for dark, accessible locations with good viewing conditions. Results are cached based on search parameters.
get_local_datetime_info
Retrieve the current datetime and timezone. Returns: Dict with keys "data", "_meta". "data" contains "current_time" (ISO string).
punkpeye
modelcontextprotocol
amruthpillai