Skip to main content
Glama

WebDAV MCP Server

by masx200

webdav_search_files

Search WebDAV file systems using glob patterns to find specific files and directories, with exclusion options to filter results.

Instructions

Search for files and directories using glob patterns with exclusion support

Input Schema

NameRequiredDescriptionDefault
excludePatternsNoArray of glob patterns to exclude from search results
pathNoStarting directory for the search/
patternYesGlob pattern to match files (e.g., "*.txt", "**/*.js", "config.*")

Input Schema (JSON Schema)

{ "properties": { "excludePatterns": { "default": [], "description": "Array of glob patterns to exclude from search results", "items": { "type": "string" }, "type": "array" }, "path": { "default": "/", "description": "Starting directory for the search", "type": "string" }, "pattern": { "description": "Glob pattern to match files (e.g., \"*.txt\", \"**/*.js\", \"config.*\")", "type": "string" } }, "required": [ "pattern" ], "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