update_fraud_rule
Deploy new fraud detection rules instantly to counter emerging threats. Define conditions, actions, and time-to-live for automated rule enforcement.
Instructions
Allows the AI to dynamically deploy new fraud detection rules based on emerging attack vectors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to take when rule is triggered | |
| ruleName | Yes | Name of the fraud rule | |
| ttlHours | Yes | Time-to-live in hours for the rule | |
| condition | Yes | Condition for the rule (e.g., "amount > 5000 AND country != US") |