Returns today's angel number computed from the current date. All digits of the date are summed and reduced to a single digit (1-9), then the triple sequence of that digit is returned (e.g. digit 9 → angel number 999).
SECTION: WHAT THIS TOOL COVERS
Angel numbers are repeated digit sequences interpreted as synchronistic messages in modern spiritual practice. The daily angel number is the same for all callers on the same date — it is a collective daily energy, not personal. Returns the angel number sequence, its theme, primary message, actionable guidance, and associated life areas. Life Path 3 → 333 (creative expression). Today's digit is derived from the date's digit sum.
SECTION: WORKFLOW
BEFORE: None — standalone.
AFTER: asterwise_get_angel_number_personal — for a personalised angel number from birth date.
SECTION: INPUT CONTRACT
No required parameters — today's date is used automatically.
SECTION: OUTPUT CONTRACT
data.date (string — YYYY-MM-DD)
data.daily_digit (int — reduced digit 1-9)
data.angel_number (string — e.g. '999')
data.number (string — same as angel_number)
data.theme (string)
data.message (string)
data.guidance (string)
data.areas[] (string array)
SECTION: RESPONSE FORMAT
response_format=json serialises the complete response as indented JSON. response_format=markdown renders a human-readable report. Both return identical data.
SECTION: COMPUTE CLASS
FAST_LOOKUP — pure math, no ephemeris.
SECTION: ERROR CONTRACT
INTERNAL_ERROR: Any upstream API failure → MCP INTERNAL_ERROR
SECTION: DO NOT CONFUSE WITH
asterwise_get_angel_number — lookup for a specific number sequence by value.
asterwise_get_angel_number_personal — personalised number from birth date Life Path.
Connector