Azure DevOps MCP Server

get_repository

Retrieve specific repository details from Azure DevOps by providing the project and repository IDs. This tool enables precise access to repository information through the Azure DevOps MCP Server.

Instructions

Get details of a specific repository

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID or name of the project
repositoryIdYesThe ID or name of the repository

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "The ID or name of the project", "type": "string" }, "repositoryId": { "description": "The ID or name of the repository", "type": "string" } }, "required": [ "projectId", "repositoryId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

ID: vbqbnnzcdd