Add Account
add_accountCreate a new capital account such as a bank account, credit card, or wallet. Set a unique name and optional starting balance.
Instructions
Create a capital account (e.g. bank account, credit card, wallet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Account name (must be unique within the company). | |
| tags | No | Tags for categorization and cleanup, e.g. ['demo-financial']. | |
| initial_balance | No | Starting balance. Must be 0 or greater. Default 0. |