Create a YNAB account
ynab_create_accountCreate a new on-budget account with a specified type and starting balance. This action is permanent—no API support to delete or close accounts.
Instructions
Create a new on-budget account. There is no API-supported way to close/delete an account afterwards — YNAB's public API has no update or close endpoint for accounts, only create and read, so this action can't be undone through this server (or any other API client).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new account | |
| type | Yes | The type of account to create | |
| balance | Yes | Starting balance for the account, in milliunits | |
| budget_id | Yes | YNAB budget id, or "last-used" for the most recently used budget |