fire_trigger
Manually evaluate a trigger condition and run its simulation regardless of current threshold, enabling immediate testing or forced evaluation. Returns simulation results and recommendation.
Instructions
Manually fire a trigger — evaluates its condition and runs the simulation template regardless of whether the threshold is currently met. Useful for testing triggers or forcing an immediate evaluation. Use pause_trigger to stop automatic firing without deleting the trigger. Returns trigger_id, condition_met, fired, simulation_run_id, recommended_action, expected_value, confidence, and fired_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | When true, run simulation even if the condition is not currently met (default: false). | |
| trigger_id | Yes | Trigger ID from register_trigger or list_triggers. |