calculate_birth_star
Compute just a person's Vedic birth star (nakshatra) and core anchors.
A one-shot shortcut: use this when the birth star is the whole question. If
you expect follow-up questions about the same person's chart, prefer
create_chart, which caches the full chart behind a reusable handle.
Args:
dob: Date of birth, YYYY-MM-DD (proleptic Gregorian).
tob: Time of birth, HH:MM or HH:MM:SS, 24-hour.
tz: IANA timezone name (e.g. "Asia/Kolkata") or fixed offset "+05:30".
lat: Latitude in decimal degrees, North positive.
lon: Longitude in decimal degrees, East positive.
ayanamsha: Sidereal zero-point. Default lahiri.
Returns the birth star (Moon's nakshatra), its pada and ruling planet, the
Moon sign, the ascendant, and the Sun's nakshatra.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | Yes | ||
| dob | Yes | ||
| lat | Yes | ||
| lon | Yes | ||
| tob | Yes | ||
| ayanamsha | No | lahiri |