A
licenseC
qualityD
maintenanceEnables interaction with Azure Data Lake Storage Gen2, supporting file, directory, and filesystem operations through MCP tools.
16
6
MIT
No user-submitted related servers found.
Scored across 16 tools
Each tool has a distinct purpose: creation, deletion, existence checks, listing, renaming, upload/download, and metadata operations. Overlaps are minimal as get, set, and set_json for metadata are clearly separated.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., create_directory, delete_filesystem, rename_file). No mixing of conventions.
16 tools are well-scoped for an ADLS2 server, covering filesystems, directories, files, and metadata without excessive granularity.
Covers core CRUD operations for filesystems and directories, file transfer, and metadata. Missing copy operations for files/directories, but essential workflows are present.