goal_update
Add money to a specific savings goal and return the updated progress.
Instructions
Add money toward a savings goal.
Args: params: UpdateGoalInput with goal name and amount to add.
Returns: Updated goal progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |