monitor_screen_region
Detect visual changes in a specified screen region by polling at set intervals. Get alerted when the area updates, enabling automated workflows to react to on-screen activity.
Instructions
Monitor a screen region for changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| interval_ms | No | Check interval in milliseconds | |
| duration_seconds | No | How long to monitor (max 30 seconds) |