create_manual_account
Create a manual (non-linked) account by providing name, type, subtype, and initial balance to track assets or liabilities not connected to financial institutions.
Instructions
Create a new manual (non-linked) account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Account name | |
| type | Yes | Account type (e.g. depository, credit, investment, loan, other_asset, other_liability) | |
| balance | Yes | Initial balance | |
| subtype | Yes | Account subtype (e.g. checking, savings, credit_card) | |
| is_asset | No | Whether this is an asset (default true) |