get_directory_structure
Retrieve the directory structure of the Gluestack UI repository. Specify a path and depth to navigate components and files for development.
Instructions
Get the directory structure of the Gluestack UI repository or a specific path within it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path within the Gluestack UI repository (relative to root). Leave empty for full structure. | |
| depth | No | Maximum depth to traverse (default: 3) | |
| includeFiles | No | Whether to include files in the structure (default: true) |