delimit_cost_alert
Create, list, delete, or toggle cost alert rules to set spending thresholds and receive notifications when costs exceed configured limits.
Instructions
Manage cost alert rules (CRUD on spending thresholds) (Pro).
When to use: to configure ongoing spend thresholds and notifications that fire when costs exceed a configured ceiling. When NOT to use: for one-shot cost analysis (use delimit_cost_analyze) or finding optimisations (delimit_cost_optimize).
Sibling contrast: delimit_cost_analyze finds drivers; delimit_cost_optimize finds reductions; this manages the alerting layer.
Side effects: action="create"/"delete"/"toggle" write to the file-based alert store. action="list" is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "list" (default), "create", "delete", "toggle". | list |
| name | No | Alert name. Required for create. | |
| threshold | No | Cost threshold in USD. Required for create. | |
| alert_id | No | Existing alert id. Required for delete/toggle. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||