This directory contains documentation for all tools available in the Azure DevOps MCP server. Each tool is documented with examples, parameters, response formats, and error handling information.
- Core Navigation Tools - Overview of tools for navigating Azure DevOps resources
- Organizations - Tools for working with organizations
- Projects - Tools for working with projects
- Repositories - Tools for working with Git repositories
- Pull Requests - Tools for working with pull requests
- Work Items - Tools for working with work items
- Pipelines - Tools for working with pipelines
- Resource URIs - Documentation for accessing repository content via resource URIs
list_organizations- List all Azure DevOps organizations accessible to the user
list_projects- List all projects in the organizationget_project- Get details of a specific project
list_repositories- List all repositories in a projectget_repository- Get details of a specific repositoryget_repository_details- Get detailed information about a repositoryget_file_content- Get content of a file or directory from a repository
create_pull_request- Create a new pull requestlist_pull_requests- List pull requests in a repository
get_work_item- Retrieve a work item by IDcreate_work_item- Create a new work itemlist_work_items- List work items in a project
list_pipelines- List all pipelines in a projectget_pipeline- Get details of a specific pipeline
Each tool documentation follows a consistent structure:
- Description: Brief explanation of what the tool does
- Parameters: Required and optional parameters with explanations
- Response: Expected response format with examples
- Error Handling: Potential errors and how they're handled
- Example Usage: Code examples showing how to use the tool
- Implementation Details: Technical details about how the tool works
Examples of using multiple tools together can be found in the Core Navigation Tools documentation.