ssh_mkdir
Creates a directory on a remote Linux server using SSH, with an option to create parent directories as needed.
Instructions
Create a directory on the remote server.
Args: path: Directory path to create. parents: If true, create parent directories as needed (mkdir -p). host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| parents | No | ||
| host | No |