Create alert
create_alertCreate an AlertChecker alert that monitors the web and notifies the user by email when a statement becomes true or the answer to a yes/no question changes to yes. Use disableAfterNotification=false only when the user explicitly asks for a recurring alert or to keep checking after notifying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | A short, human-readable title for the alert, e.g. 'iPhone 16 Pro restock'. | |
| statement | Yes | The condition to check for and get alerted on, phrased as a factual statement or yes/no question, e.g. 'The iPhone 16 Pro is back in stock at apple.com' or 'Is the iPhone 16 Pro back in stock at apple.com?'. | |
| disableAfterNotification | No | Whether to disable the alert after it sends a notification. Omit or set true for a normal alert. Set false only when the user explicitly asks for a recurring alert or to keep checking after notifying. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The AlertChecker alert identifier returned by the creation flow, e.g. alert_123. | |
| status | Yes | The alert status after creation: active or pending_verification. | |
| needsVerification | Yes | Whether the alert still needs account email verification before it becomes active. |