Skip to main content
Glama

deep-filesystem-tree

get_deep_directory_tree

Generate a detailed directory tree from a specified path, customizable by depth and excluded patterns, to simplify navigation and management of complex file structures.

Instructions

Get deep directory tree

Input Schema

NameRequiredDescriptionDefault
optionsNoTree generation options
pathYesPath to get the directory tree (preferably absolute path)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "default": { "depth": 3, "excludePatterns": [ "node_modules", ".git", ".turbo", "dist", ".next" ] }, "description": "Tree generation options", "properties": { "depth": { "default": 3, "description": "Depth of the directory tree", "type": "number" }, "excludePatterns": { "default": [ "node_modules", ".git", ".turbo", "dist", ".next" ], "description": "Patterns to exclude from the tree (e.g., ['node_modules', '*.log'])", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "path": { "description": "Path to get the directory tree (preferably absolute path)", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from deep-filesystem-tree

Related Tools

    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/andredezzy/deep-filesystem-tree-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server