Mobile number numerology
get_mobile_numerologyNumerologically analyze a phone number to determine its digit sum, reduced single-digit value, and the meaning of each digit. Check if your number is lucky or compare candidates.
Instructions
Returns a numerological reading of a mobile or landline number: the extracted digit string, the digit total, the single 1-9 number it reduces to, the overall vibe that reduced number carries, and the traditional meaning of each distinct digit present. Use this for 'is my phone number lucky' style questions, or when choosing between candidate numbers. It reads a number string only -- nothing about the person -- so for anything tied to a birth date use get_numerology. Read-only deterministic arithmetic over a fixed number table -- no ephemeris, no network lookup of the number, no writes, no auth, at least 30 requests/min/IP per server instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mobile_number | Yes | Phone number in any format -- "+91 98765-43210", "9876543210" and "(020) 7946 0958" all work, since +, spaces, hyphens and brackets are stripped. Must contain at least one non-zero digit. |