get_all_repositories_tree
Retrieve a hierarchical tree view of files and directories across multiple Azure DevOps repositories in a project, filtered by depth, file pattern, or repository name pattern.
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 |
|---|---|---|---|
| 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 | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the Azure DevOps organization (Default: mycompany) | |
| repositoryPattern | No | Repository name pattern (wildcard characters allowed) to filter which repositories are included |