firestarter_set_spend_cap
Set, raise, lower, or remove a monthly spending cap to manage budgets and unlock purchases rejected after exceeding the limit.
Instructions
Raise, lower, set, or remove the buyer's monthly spend cap - the safety limit on total monthly spend. Covers any request to increase, raise, bump, set, lower, or change the cap (e.g. 'increase my spending cap to $100', 'raise my limit to $X', 'cap my spending at $X'). The cap is always buyer-adjustable: a purchase rejected with SPEND_CAP_EXCEEDED goes through once the cap is raised here with a higher spend_cap_dollars and the purchase is retried. Set disable:true to remove the cap entirely. Use firestarter_spend_cap to read the current value without changing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disable | No | Set to true to remove the spend cap entirely (no limit). | |
| spend_cap_dollars | No | New monthly spend cap in dollars (e.g. 500 = $500/month). | |
| alert_threshold_pct | No | Fire a warning when monthly spend reaches this % of the cap. Default 80. |