Skip to main content
Glama

WebDAV MCP Server

by masx200

webdav_read_remote_file

Read file content from remote WebDAV servers with options to extract specific line ranges using head or tail parameters for efficient data retrieval.

Instructions

Read content from a file on a remote WebDAV server with enhanced options (head/tail)

Input Schema

NameRequiredDescriptionDefault
headNoIf provided, returns only the first N lines of the file
pathYes
tailNoIf provided, returns only the last N lines of the file

Input Schema (JSON Schema)

{ "properties": { "head": { "description": "If provided, returns only the first N lines of the file", "type": "number" }, "path": { "minLength": 1, "type": "string" }, "tail": { "description": "If provided, returns only the last N lines of the file", "type": "number" } }, "required": [ "path" ], "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