Vehicle Number Check
asterwise_check_vehicle_numberReduce a vehicle registration number to its numerological digits combined with owner name and birth date to produce a harmony analysis.
Instructions
Strips non-digits from a vehicle registration token, reduces the numeric run with owner name and birth date, and returns the same harmony schema as mobile analysis.
WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_numerology_profile — owner baseline. AFTER: None.
INPUT CONTRACT: Letters and separators are ignored; reduction uses numeric digits only.
DO NOT CONFUSE WITH: asterwise_check_mobile_number — phone digit rules including country codes. asterwise_get_business_name_analysis — evaluates business Expression, not registration digits.
Full output and error contract: https://docs.asterwise.com/mcp/tools/check-vehicle-number/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format. Defaults to today when omitted. | |
| name | Yes | Person's full name as commonly written; letters are converted to numerology values. | |
| vehicle_number | Yes | Vehicle registration number, e.g. 'DL01AB1234'. | |
| 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 |