Number Meaning
asterwise_get_number_meaningInterpret any number from 1 to 9 or master numbers 11, 22, 33 by retrieving its numerology meaning, keywords, and extended fields. Choose markdown or JSON output.
Instructions
Returns dictionary-style numerology copy for a single integer, including interpretation, keywords, and stubbed extended fields.
WORKFLOW: BEFORE: None — standalone. AFTER: None.
INPUT CONTRACT: number must pass local guard: inclusive range one through thirty-three; values outside that band raise MCP INVALID_PARAMS before the HTTP call.
DO NOT CONFUSE WITH: asterwise_get_numerology_profile — computes personal numbers from name and date, not a static dictionary row. asterwise_get_lucky_numbers — personalised lucky list, not reference meanings.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-number-meaning/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Number to interpret: 1-9, or a master number 11, 22 or 33. | |
| 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 |