Skip to main content
Glama

WebDAV MCP Server

by masx200

webdav_get_directory_tree

Generate a recursive JSON tree structure of files and directories from a WebDAV server, with optional pattern-based exclusions for focused directory analysis.

Instructions

Get a recursive tree view of files and directories as a JSON structure

Input Schema

NameRequiredDescriptionDefault
excludePatternsNoArray of glob patterns to exclude from the tree
pathNoRoot directory for the tree/

Input Schema (JSON Schema)

{ "properties": { "excludePatterns": { "default": [], "description": "Array of glob patterns to exclude from the tree", "items": { "type": "string" }, "type": "array" }, "path": { "default": "/", "description": "Root directory for the tree", "type": "string" } }, "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