Verba Plugin profile

Connecting to WebDAV

Lets the user browse and download files from the WebDAV server.

webdav_browser Version 1.0.1
When to use

Best-fit scenarios

Lets the user browse and download files from the WebDAV server.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

This Verba Plugin currently exposes no explicit argument fields in its usage metadata.

Settings

Required configuration

  • WEBDAV_PASS password

    Password for WebDAV login.

  • WEBDAV_URL string

    Base URL to your WebDAV directory (no trailing slash).

    Default: https://example.com/dav
  • WEBDAV_USER string

    Username for WebDAV login.

Example call

Canonical usage JSON

{
  "function": "webdav_browser",
  "arguments": {}
}