get_repository_tree
Display a hierarchical tree view of files and directories in an Azure DevOps repository, starting from an optional path for navigation.
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 |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| path | No | Path within the repository to start from | / |
| depth | No | Maximum depth to traverse (0 = unlimited) |