check_verse_log_freshness
Check the last modification time of the UEFN log to determine if a build has completed since the previous check. Returns log path, existence, timestamp, and age in seconds.
Instructions
Check when the UEFN log was last modified.
Useful for determining if a build has completed since the last check.
Returns: str: JSON with log_path, exists, modified_at, age_seconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |