create_manual_account
Create a new manual account not linked to a bank, setting its name, type, subtype, net worth inclusion, and starting balance.
Instructions
Create a new manual account (not linked to a bank).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_name | Yes | Display name for the account | |
| account_type | Yes | Account type (e.g. 'depository', 'credit', 'investment') | |
| account_sub_type | Yes | Account subtype (e.g. 'checking', 'savings', 'credit_card') | |
| is_in_net_worth | Yes | Whether to include in net worth calculations | |
| account_balance | No | Starting balance |