get_season
Find the astronomical season for a given date in the northern or southern hemisphere.
Instructions
Determine the astronomical season for a given date.
Use this to find which season a date falls in (Spring, Summer, Autumn,
Winter) for either the northern or southern hemisphere.
Parameters:
date — Date in ISO format (e.g. "2025-12-25"). Defaults to
today if empty.
hemisphere — "northern" (default) or "southern".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| hemisphere | No | northern |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |