Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_list_branches_by_repo

Retrieve a list of branches from a specified repository in Azure DevOps using the repository ID, with options to limit results to a defined number of branches.

Instructions

Retrieve a list of branches for a given repository.

Input Schema

NameRequiredDescriptionDefault
repositoryIdYesThe ID of the repository where the branches are located.
topNoThe maximum number of branches to return. Defaults to 100.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "repositoryId": { "description": "The ID of the repository where the branches are located.", "type": "string" }, "top": { "default": 100, "description": "The maximum number of branches to return. Defaults to 100.", "type": "number" } }, "required": [ "repositoryId" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ennuiii/DevOpsMcpPAT'

If you have feedback or need assistance with the MCP directory API, please join our Discord server