azure-devops-mcp

by RyanCardin15
Verified

listBranches

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