WebDAV MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| webdav_create_remote_fileC | Create a new file on a remote WebDAV server at the specified path |
| webdav_get_remote_fileC | Retrieve content from a file stored on a remote WebDAV server |
| webdav_update_remote_fileC | Update an existing file on a remote WebDAV server with new content |
| webdav_delete_remote_itemC | Delete a file or directory from a remote WebDAV server |
| webdav_create_remote_directoryC | Create a new directory on a remote WebDAV server |
| webdav_move_remote_itemC | Move or rename a file or directory on a remote WebDAV server |
| webdav_copy_remote_itemC | Copy a file or directory to a new location on a remote WebDAV server |
| webdav_list_remote_directoryC | List files and directories at the specified path on a remote WebDAV server |
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 |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose with no ambiguity. The actions (copy, create, delete, get, list, move, update) are well-defined and target specific operations on files or directories, making it easy for an agent to select the correct tool for any task.
All tools follow a consistent 'webdav_verb_remote_noun' pattern using snake_case. This predictable naming convention makes the tool set easy to understand and navigate, with no deviations or mixed styles.
With 8 tools, this server is well-scoped for WebDAV file operations. Each tool earns its place by covering essential CRUD and management functions, providing a comprehensive yet manageable surface for interacting with remote WebDAV servers.
The tool set offers complete coverage for WebDAV file and directory management. It includes all core operations: create (file and directory), read (get and list), update (file), delete, copy, and move, with no obvious gaps that would hinder agent workflows.