ephemeris_chart_wheel
Generate a classic astrological chart wheel SVG for a person or event, showing planets, aspects, and house cusps. Simply provide date, time, and location to get a styled circular chart displayed inline.
Instructions
Generate a classic astrological Chart Wheel image (SVG) for a person/event. This draws a standard circular chart wheel with planets, aspects, and house cusps. The tool returns a native SVG image that Claude displays inline in the conversation — no external tools needed.
CREDIT COST: 2 credits per call.
EXAMPLE: Generate a natal chart wheel for someone born April 15, 1990 in Chicago: datetime='1990-04-15T14:30:00', latitude=41.8781, longitude=-87.6298
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | ISO 8601 datetime string, e.g. '1990-04-15T14:30:00' (local time at birth location). Include timezone offset if known, e.g. '1990-04-15T14:30:00-05:00'. | |
| timezone | No | IANA timezone name, e.g. 'America/Denver'. Use this if passing local time without a UTC offset in the datetime string. | |
| latitude | Yes | Geographic latitude of birth location in decimal degrees (positive = North). | |
| longitude | Yes | Geographic longitude of birth location in decimal degrees (positive = East). | |
| house_system | No | House system to use. Defaults to 'placidus' if omitted. | |
| style | No | Aesthetic style of the chart: 'light' (default, warm cream background), 'dark' (deep navy), or 'mono' (black-and-white print-ready). |