Numerology Compatibility
asterwise_get_numerology_compatibilityCompares two people on Pythagorean Life Path numbers derived from their names and birth dates and returns a score, tier label, narrative, strengths, challenges, and advice.
WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_numerology_profile per person — sanity-check Life Paths before comparing. AFTER: None.
INPUT CONTRACT: Four strings (two names, two dates) are passed through without local guards.
DO NOT CONFUSE WITH: asterwise_get_compatibility — sidereal koota scoring, not numerology integers. asterwise_get_numerology_profile — single-person profile, not dyad scoring.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-numerology-compatibility/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person1_date | Yes | First person's date of birth, YYYY-MM-DD. | |
| person1_name | Yes | First person's full name. | |
| person2_date | Yes | Second person's date of birth, YYYY-MM-DD. | |
| person2_name | Yes | Second person's full name. | |
| 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 |