manage_account
Create, update, or delete manual accounts in Lunch Money, setting balance, type, and institution info.
Instructions
Create, update, or delete a manual Lunch Money account. Synced (Plaid) accounts are read-only.
action="create": Provide name, type (cash/credit/cryptocurrency/employee compensation/investment/loan/other liability/other asset/real estate/vehicle), and balance (required). Optionally set institution_name, currency, subtype. action="update": Provide id and any fields to change (name, balance, institution_name, display_name, status, subtype). action="delete": Provide id. WARNING: this permanently deletes the account. Transactions are NOT deleted by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Account ID (required for update/delete) | |
| name | No | Account name (required for create) | |
| type | No | Account type (required for create) | |
| action | Yes | The operation to perform | |
| status | No | Account status | |
| balance | No | Current balance (required for create) | |
| subtype | No | Account subtype (e.g. checking, savings, retirement) | |
| currency | No | Three-letter currency code | |
| display_name | No | Display name (must be unique) | |
| institution_name | No | Bank/institution name |