mmex_accounts_update
Update an existing account's details such as name, type, number, status, notes, initial balance, currency, and favorite flag in a Money Manager EX database.
Instructions
Update an existing account.
Args:
id: The account ID.
name: The account name.
account_type: Account type.
account_num: Account number.
status: Account status.
notes: Notes about the account.
initial_balance: Initial balance.
currency_id: Currency ID.
favorite: Whether the account is a favorite.
db_path: Path to the .mmb database file. Optional if MMEX_DB_PATH env var is set.
db_key: Encryption key for SQLCipher databases. Optional if MMEX_DB_KEY env var is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| account_type | No | ||
| account_num | No | ||
| status | No | ||
| notes | No | ||
| initial_balance | No | ||
| currency_id | No | ||
| favorite | No | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |