Skip to main content
Glama

WebDAV MCP Server

by masx200

webdav_read_multiple_files

Read contents from multiple WebDAV files simultaneously to efficiently access and process multiple documents at once, saving time on individual file operations.

Instructions

Read the contents of multiple files simultaneously

Input Schema

NameRequiredDescriptionDefault
pathsYesArray of file paths to read

Input Schema (JSON Schema)

{ "properties": { "paths": { "description": "Array of file paths to read", "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "paths" ], "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