list_directories_by_name
List directories alphabetically by name from a specified path using Linux find command, with options for reverse sorting and remote SSH execution.
Instructions
List directories sorted alphabetically by name. Uses efficient Linux find command.
Args:
path: Directory path to analyze
reverse: Sort in reverse order (Z-A) (default: False)
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 | ||
| reverse | No | ||
| host | No | ||
| username | No |