Divisional Chart
asterwise_get_divisional_chartCompute divisional (varga) chart positions from birth data. Specify one chart type (D1-D60) or omit to get all sixteen charts.
Instructions
Computes divisional (varga) chart positions from BirthData; pass chart_type for one varga, or omit chart_type for all sixteen.
WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_natal_chart — anchor D1 before reading higher vargas. AFTER: None.
INPUT CONTRACT: chart_type enum is enforced locally (Pydantic). BirthData follows the global contract.
DO NOT CONFUSE WITH: asterwise_get_natal_chart — radix chart with houses and drishti, not the full varga dictionary. asterwise_get_chart_strength — embeds vargas inside strength metrics, different primary payload.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-divisional-chart/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| birth | Yes | Birth data for a single person. | |
| chart_type | No | Divisional chart to return, D1 to D60. Omit to return all 16 charts. | |
| 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 |