get_money_flow
Build Sankey chart data to visualize money flow from income sources to spending categories using a YNAB plan ID and month.
Instructions
Build Sankey chart data showing money flow from income sources to spending category groups.
Returns nodes and index-based links suitable for Sankey/flow visualizations.
Args: plan_id: The plan ID (use list_plans to find available IDs) month: Month in YYYY-MM-DD format (first of month, e.g. '2026-03-01') or 'current'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | current | |
| plan_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |