monitor_file_metadata
Poll a single file's size and timestamps at fixed intervals for a set duration without modifying data. Provide the exact path to track metadata changes safely.
Instructions
READ-ONLY polling of one FILE's size and timestamps.
Requires the exact file path. This is not a directory scan, access tracing, or a delete/modify operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Required file path inside allowed roots | |
| duration_seconds | No | Total monitoring duration in seconds | |
| interval_seconds | No | Seconds between metadata polls |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| events | Yes | ||
| method | No | metadata_polling | |
| summary | Yes | ||
| duration_seconds | Yes | ||
| interval_seconds | Yes |