update_account
Update an account's name, balance, and visibility settings to keep financial records accurate.
Instructions
Update an account's settings (name, balance, visibility, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | The account ID to update | |
| account_name | No | New display name | |
| account_balance | No | New balance | |
| include_in_net_worth | No | Whether to include in net worth | |
| hide_from_summary_list | No | Whether to hide from summary |