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
- Work Items - Tools for working with work items
- 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
get_work_item
- Retrieve a work item by IDcreate_work_item
- Create a new work itemlist_work_items
- List work items in a project
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.