watch_directory
Monitor a directory for file changes over a fixed duration, with optional extension filtering and polling interval.
Instructions
Watch a directory for changes over a fixed duration (MCP-bound watcher)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Directory to watch | |
| extensions | No | Filter by extensions e.g. ['.pdf'] | |
| poll_interval | No | Polling interval in seconds | |
| duration_seconds | No | How long to watch |