Skip to main content
Glama

WebDAV MCP Server

by LaubPlusCo

webdav_move_remote_item

Move or rename files and directories on a remote WebDAV server by specifying source and destination paths. Supports optional overwrite for existing items.

Instructions

Move or rename a file or directory on a remote WebDAV server

Input Schema

NameRequiredDescriptionDefault
fromPathYes
overwriteNo
toPathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fromPath": { "minLength": 1, "type": "string" }, "overwrite": { "default": false, "type": "boolean" }, "toPath": { "minLength": 1, "type": "string" } }, "required": [ "fromPath", "toPath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LaubPlusCo/mcp-webdav-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server