get_directory_structure
Retrieve and analyze directory structures with file metadata, customizable by depth, hidden files, and file extensions for efficient project exploration and management.
Instructions
Get the complete directory structure with file metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_types | No | Filter by file extensions (e.g., [".js", ".py", ".md"]) | |
include_hidden | No | Include hidden files and directories | |
max_depth | No | Maximum depth to traverse (default: 10) |