find_good_dates
Find the best dates in a range based on Chinese calendar auspiciousness. Returns top-ranked options for weddings, openings, or travel.
Instructions
Searches through a specified date range to identify the most auspicious dates for a particular activity. This tool evaluates each date in the range using traditional Chinese calendar methods and returns the top favorable dates ranked by their auspiciousness score. Ideal for planning important events like weddings, business openings, or travel. You can limit the number of results to get only the best options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date in YYYY-MM-DD format | |
| end_date | Yes | End date in YYYY-MM-DD format | |
| activity | Yes | Activity type | |
| culture | No | Cultural tradition | chinese |
| limit | No | Maximum number of dates to return |