Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| webdav_create_remote_file | |
| webdav_get_remote_file | |
| webdav_update_remote_file | |
| webdav_delete_remote_item | |
| webdav_list_remote_directory | |
| webdav_create_remote_directory | |
| webdav_move_remote_item | |
| webdav_copy_remote_item |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| WebDAV Root | Access to WebDAV resources |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| webdav_create_remote_file | Create a new file on a remote WebDAV server at the specified path |
| webdav_get_remote_file | Retrieve content from a file stored on a remote WebDAV server |
| webdav_update_remote_file | Update an existing file on a remote WebDAV server with new content |
| webdav_delete_remote_item | Delete a file or directory from a remote WebDAV server |
| webdav_create_remote_directory | Create a new directory on a remote WebDAV server |
| webdav_move_remote_item | Move or rename a file or directory on a remote WebDAV server |
| webdav_copy_remote_item | Copy a file or directory to a new location on a remote WebDAV server |
| webdav_list_remote_directory | List files and directories at the specified path on a remote WebDAV server |