directory_tree
Generate and visualize a recursive directory structure with customizable depth, file inclusion, and pattern filtering. Supports text or JSON output for clear file hierarchy representation.
Instructions
Get a recursive tree view of files and directories.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exclude_patterns | No | ||
format | No | text | |
include_files | No | ||
max_depth | No | ||
path | Yes | ||
pattern | No |