get_repository_tree
Explore repository structure by displaying a hierarchical tree of files and directories starting from a specified path, with configurable depth.
Instructions
Displays a hierarchical tree view of files and directories within a single repository starting from an optional path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path within the repository to start from | / |
| depth | No | Maximum depth to traverse (0 = unlimited) | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| repositoryId | Yes | The ID or name of the repository | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |