Skip to main content
Glama

WebDAV MCP Server

by LaubPlusCo

webdav_update_remote_file

Update the content of an existing file on a remote WebDAV server by specifying the file path and new content, ensuring controlled and accurate file modifications.

Instructions

Update an existing file on a remote WebDAV server with new content

Input Schema

NameRequiredDescriptionDefault
contentYes
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "path": { "minLength": 1, "type": "string" } }, "required": [ "path", "content" ], "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