webdav_list_remote_directory
Browse and view files and directories stored on a remote WebDAV server to manage your cloud storage content and navigate folder structures.
Instructions
List files and directories at the specified path on a remote WebDAV server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | / |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"default": "/",
"type": "string"
}
},
"type": "object"
}