webdav_create_remote_directory
Create a new directory on a remote WebDAV server by specifying the desired path for organized file storage and management.
Instructions
Create a new directory on a remote WebDAV server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"minLength": 1,
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}