get_all_repositories_tree
Get a hierarchical tree view of files and directories across multiple Azure DevOps repositories in a project. Filter by repository name and file pattern, and limit depth to navigate nested structures.
Instructions
Displays a hierarchical tree view of files and directories across multiple Azure DevOps repositories within a project, based on their default branches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | No | The ID or name of the Azure DevOps organization (Default: mycompany) | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| repositoryPattern | No | Repository name pattern (wildcard characters allowed) to filter which repositories are included | |
| depth | No | Maximum depth to traverse within each repository (0 = unlimited) | |
| pattern | No | File pattern (wildcard characters allowed) to filter files by within each repository |