chart_wheel_on_aspect_click
Returns astrological interpretation of a clicked aspect between two planets in the chart wheel, including its nature, energy, challenges, and integration advice. Called automatically by the chart UI upon aspect click.
Instructions
Event handler called when the user clicks an aspect line between planets in the chart wheel. Returns the astrological interpretation of that aspect — its nature, energy, challenges, and integration advice. This tool is called automatically by the chart UI; you do not need to call it directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planet1 | Yes | First planet name (e.g. 'mars') | |
| planet2 | Yes | Second planet name (e.g. 'saturn') | |
| aspect_type | No | Conjunction, opposition, trine, square, sextile, etc. | |
| orb | No | Orb in degrees | |
| applying | No | True if aspect is applying (intensifying) | |
| angle | No | Exact aspect angle |