Western Daily Transits
asterwise_get_western_transits_dailyGet daily Western transits for a birth chart, returning all 10 planet positions and aspects to natal planets for a specified date. Accepts birth data and optional start date; defaults to today.
Instructions
Current sky positions vs natal chart for a single day. Returns all 10 planets with tropical longitudes and active aspects to natal positions using transit orbs: major 3°, sextile 2°, minor 1°. Provide start_date for a specific day; defaults to today.
WORKFLOW: BEFORE: asterwise_get_western_natal — establish natal chart first. AFTER: asterwise_get_western_transits_weekly — for week view.
INPUT CONTRACT: birth — WesternBirthData (date, time, lat, lon, timezone). house_system ignored for this endpoint. start_date (optional YYYY-MM-DD) — defaults to today.
DO NOT CONFUSE WITH: asterwise_get_western_transits_weekly — 7 days vs 1 day. asterwise_get_western_transits_monthly — 30-day window vs single day.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-western-transits-daily/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| birth | Yes | Birth data for Western astrology tools (tropical zodiac). | |
| start_date | No | Start of the window, YYYY-MM-DD. Defaults to today when omitted. | |
| response_format | No | Output format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |