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
Name | Required | Description | Default |
---|---|---|---|
options | No | Tree generation options | |
path | Yes | Path to get the directory tree (preferably absolute path) |