azure-devops-mcp

by RyanCardin15
Verified

listBranches

Retrieve and filter branches from a specified repository in Azure DevOps, using parameters like branch name and maximum results count for efficient repository management.

Instructions

List branches in a repository

Input Schema

NameRequiredDescriptionDefault
filterNoFilter branches by name
repositoryIdYesID of the repository
topNoMaximum number of branches to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Filter branches by name", "type": "string" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "top": { "description": "Maximum number of branches to return", "type": "number" } }, "required": [ "repositoryId" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8