Calculate Destiny Matrix Compatibility
calculate_compatibilityCalculate relationship compatibility between two people from their dates of birth, using the Destiny Matrix numerology method. Returns a structured reading of the couple: shared core numbers plus text interpretations for relationship dynamics, finances, conflict points, children, and growth areas. Use this when a user asks how compatible two people are, or wants a numerology compatibility reading based on two birth dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Language for the text interpretations: "en" (default), "ru", or "es". | |
| birthdate_a | Yes | First person's date of birth in DD-MM-YYYY format, e.g. "15-05-1990". | |
| birthdate_b | Yes | Second person's date of birth in DD-MM-YYYY format, e.g. "20-08-1995". |