list_directories_by_modified_date
List directories sorted by modification date to identify recently changed folders. Works locally or via SSH on Linux systems.
Instructions
List directories sorted by modification date. Uses efficient Linux find command.
Args:
path: Directory path to analyze
newest_first: Show newest first (default: True)
host: Remote host to connect to via SSH (optional, executes locally if not provided)
username: SSH username for remote host (required if host is provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| newest_first | No | ||
| host | No | ||
| username | No |