Azure DevOps
JSON →Provides comprehensive integration with Azure DevOps services.
Tools · 20
- list_projects Lists all projects in the Azure DevOps organization
- list_repositories Lists repositories in a specific project
- list_repository_items Lists files and folders in a repository path
- get_file_content Gets the content of a specific file from a repository
- list_work_items Lists work items in a specific project
- get_work_item Gets detailed information about a specific work item
- add_pull_request_comment Adds a comment to a pull request (requires PullRequestComments)
- create_draft_pull_request Creates a draft pull request (requires CreateDraftPullRequest)
- update_work_item_tags Adds or removes tags from work items (requires UpdateWorkItemTags)
- batch_get_work_items Retrieves multiple work items efficiently in parallel
- batch_get_repositories Gets multiple repository details in parallel
- get_test_plans Gets test plans for a specific Azure DevOps project
- get_test_plan Gets detailed information about a specific test plan
- get_test_suites Gets test suites for a specific test plan
- get_test_runs Gets test runs for a specific Azure DevOps project
- get_test_run Gets detailed information about a specific test run
- get_test_results Gets test results for a specific test run
- get_performance_metrics View operation timings, API call statistics, and cache performance
- get_cache_statistics Detailed cache performance and hit rate statistics
- clear_cache Clear all cached data to force fresh API calls
Links
★ 2 GitHub stars