Skip to main content

Personal Angel Number

asterwise_get_angel_number_personal

Computes a personal angel number from a birth date using the Pythagorean Life Path as the base. Life Path 1-9 maps to the triple sequence (LP 4 → 444). Master numbers 11, 22, 33 map to 1111, 2222, 3333 respectively.

Parameters

ParameterTypeRequiredDescription
datestringyes
response_formatenum: markdown, jsonno
namestring/nullno

What it covers

The personal angel number is the individual's primary energetic signature in angel number tradition. Derived using the digit-fusing Life Path method (same as asterwise_get_numerology_profile): all digits of the birth date are summed and reduced to a single digit or master number, then mapped to the corresponding triple or quadruple sequence. Returns the Life Path number, the angel sequence, and the full angel number interpretation.

Workflow

BEFORE: RECOMMENDED — asterwise_get_numerology_profile — confirm Life Path before calling.
AFTER: None.

Input

date: Birth date in YYYY-MM-DD format. Example: '1994-03-31'
name (optional): Person's name for personalisation.

Output contract

data.birth_date (string)
data.life_path (int — 1-9 or master 11/22/33)
data.angel_number (string — e.g. '333' for LP 3)
data.number (string)
data.theme (string)
data.message (string)
data.guidance (string)
data.areas[] (string array)
data.name (string or null — if provided)

Response format

response_format=json — structured JSON. response_format=markdown — human-readable. Both return identical data.

Compute class

FAST_LOOKUP — pure digit math, no ephemeris.

Errors

INVALID_PARAMS (upstream): Invalid date format → 422.
INTERNAL_ERROR: Any upstream API failure → MCP INTERNAL_ERROR

Do not confuse with

asterwise_get_angel_number_today — collective daily number from today's date, not birth date.
asterwise_get_numerology_profile — full Pythagorean profile; this tool extracts only the Life Path → angel sequence mapping.

Connect

Remote MCP endpoint: https://mcp.asterwise.com/mcp. Authenticate with Authorization: Bearer <API key> or OAuth. See the MCP setup guide.