create_account
Add a new financial account to a YNAB budget by specifying name, type, and starting balance to organize your money management.
Instructions
Create a new account in a budget.
Args: name: Account name (e.g., "Chase Checking"). type: Account type. One of: checking, savings, cash, creditCard, lineOfCredit, otherAsset, otherLiability, mortgage, autoLoan, studentLoan, personalLoan, medicalDebt, otherDebt. balance: Starting balance in milliunits (e.g., 100000 = $100.00). budget_id: Budget ID (uses default if omitted).
Returns: Created account details with id, name, type, and balance.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| balance | Yes | ||
| budget_id | No |