Skip to main content
Glama

WebDAV MCP Server

by masx200

webdav_create_remote_file

Create a new file on a remote WebDAV server at a specified path with content, optionally overwriting existing files.

Instructions

Create a new file on a remote WebDAV server at the specified path

Input Schema

NameRequiredDescriptionDefault
contentYes
overwriteNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "overwrite": { "default": false, "type": "boolean" }, "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/masx200/mcp-webdav-server'

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