set_budget_amount
Set a monthly budget target for an account in a GnuCash budget, optionally for a specific period or quarter.
Instructions
Set a budget target for an account.
Args: budget_name: Name of the budget. account: Account ref: full path (e.g., "Expenses:Groceries"), %short GUID, or full 32-char GUID. amount: Monthly budget amount as string (e.g., "500.00"). period: Which period(s) to set: - None or "all": Set same amount for all periods (default) - Integer 0-11: Set specific period (0 = January for yearly budget) - "q1", "q2", "q3", "q4": Set all periods in quarter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| period | No | ||
| account | Yes | ||
| budget_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |