transit_search
Use when you need to know which transits shape a period for a natal chart.
Returns aggregate counts by body and aspect type. Call with mode="top" to
also get the N strongest transits with enter/exact/leave-orb dates. Use
mode="full" only when you genuinely need every transit (multi-MB payloads
at ranges over a year — upstream may time out).
Next step after mode="summary": pick interesting buckets from by_body /
by_aspect, then re-call with mode="top" for narrative material.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Birth data for chart calculation. IMPORTANT: month is the NUMERIC month (1=January … 12=December). | |
| mode | No | summary | |
| end_day | Yes | ||
| end_year | Yes | ||
| end_month | Yes | ||
| start_day | Yes | ||
| start_year | Yes | ||
| max_results | No | ||
| start_month | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||