birth_chart
Use when you need the full natal chart for interpretation, comparison, or downstream transit/progression work.
Returns planets, houses, aspects, patterns, dignities, and Big Three.
detail="compact" drops the per-aspect details (keeps aspects.summary
counts) and per-pattern planet lists — saves ~15k tokens on a typical
chart, useful when you only need placements + angles.
Next step: if you need aspect-by-aspect narrative material, call with
detail="full"; for transits to this chart, call current_transits or
transit_search with the same birth data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Birth data for chart calculation. IMPORTANT: month is the NUMERIC month (1=January … 12=December). | |
| detail | No | full |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||