There are 29 tools. Every call selects a variant with a method field — a
discriminator; the reference page of each tool lists its methods and exact
schema. This page maps jobs to calls. See
First calls in five minutes for making the first
call and the reference for full schemas.
Start here
"Cast a birth chart" → astro_chartnatal. Want the picture too? →
astro_render_wheelsingle.
"What's in the sky right now / on a date?" → astro_chartcurrent
(needs only a location), or astro_moment for a specific quality of the
moment (moon phase, void-of-course, planetary hours, eclipses).
"How does today's sky hit my chart?" → astro_charttransit, then
astro_aspectsbetween-charts for the cross-aspect list.
"Are these two people compatible?" → astro_aspectsbetween-charts
(synastry) + astro_chart_derivedcomposite or davison for the
relationship chart; picture → astro_render_wheelbiwheel.
"What's coming up / when is the next X?" → astro_find_events (18
event scans: retrogrades, ingresses, lunations, eclipses, stations,
returns…), astro_progressions (secondary, solar-arc, …),
astro_returns (solar/lunar/any-planet returns).
"Which periods of life / time-lord rules now?" → astro_timelord
(profections, firdaria, zodiacal-releasing, dashas, decennials,
huber-age-point, circumambulations).
"Pick the best moment for an action" → astro_find_electionalcriteria.
"How strong / what kind of chart is this?" → astro_dignities
(rulership strength), astro_chart_pattern (dominants, shape,
temperament), astro_lots (Arabic parts), astro_midpoints.
"Give me a picture" → the eleven render tools (group 5 below, from
astro_render_wheel to astro_render_moon_phase_illustration); all return
SVG. Wheels for charts, dials for midpoint work, maps for astrocartography,
ephemerides/calendars/timelines for time ranges.
"Horary question" → astro_charthorary (question moment as
questionData; classical considerations + optional turned houses).
"Vedic" → sidereal zodiac (usually lahiri) on any chart tool +
astro_timelorddashas + astro_render_vedic_grid.
"Plumbing: place names, timezones, calendars" → astro_geocode,
astro_date_convert — see Birth data.
"Symbols, terms, cultural extras" → astro_lookup (Sabian symbols,
astrology terms), astro_cultural_attribute (numerology, Chinese zodiac,
Celtic tree).
Life, dasha, time-lord, and aspect-duration timelines
astro_render_planetary_cycle
cycle
—
Mercury/Venus/Mars cycle diagrams
astro_render_planetary_clock
clock
—
Rise/set/culmination clock face with planetary hours
astro_render_moon_phase_illustration
illustration
illustration
Standalone moon-phase image
Every render method also accepts an optional mode — "light" (the default
paper register) or "dark" (the midnight register). Same instrument, two
registers.
6. Utilities & data
Tool
Methods
Free methods
Use it for
astro_geocode
basic, atlas
basic
Place name → coordinates + IANA timezone
astro_date_convert
julian-gregorian, timezone, easter-date
julian-gregorian, timezone, easter-date
Calendar / timezone / Easter conversions
astro_cultural_attribute
numerology, chinese-zodiac, celtic-tree
numerology, chinese-zodiac, celtic-tree
Numerology, Chinese zodiac, Celtic tree
astro_lookup
sabian-symbol, astrology-term
astrology-term
Sabian symbols and astrology-term encyclopedia
astro_search_charts
lookup, search, pattern
—
Celebrity chart database lookup/search/pattern
Methods marked paid return a structured method_requires_pro_plan error on
the free tier — see Errors & rate limits.
Recipes
Birth chart from a place name: astro_geocodebasic →
astro_date_converttimezone (IANA → offset, see
Birth data) → astro_chartnatal →
astro_render_wheelsingle.