Azure DevOps MCP Server

list_repositories

Retrieve and organize repositories in a specified Azure DevOps project using the project ID, with an option to include reference links for detailed access.

Instructions

List repositories in a project

Input Schema

NameRequiredDescriptionDefault
includeLinksNoWhether to include reference links
projectIdYesThe ID or name of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeLinks": { "description": "Whether to include reference links", "type": "boolean" }, "projectId": { "description": "The ID or name of the project", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

ID: vbqbnnzcdd