Goals Withdraw From Goal
goals_withdraw_from_goalWithdraw money from a savings goal in Monarch Money. Provide goal ID, account ID, and amount to transfer funds out. Optionally specify date, budget inclusion, and notes.
Instructions
Withdraw from goal. This may create or update Monarch data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| notes | No | ||
| amount | Yes | ||
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| goal_id | Yes | ||
| account_id | Yes | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| session_path | No | ||
| include_in_budget | No |