Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_get_repo_by_name_or_id

Retrieve specific repositories in Azure DevOps using project name or ID and repository name or ID, facilitating precise repository management with PAT authentication.

Instructions

Get the repository by project and repository name or ID.

Input Schema

NameRequiredDescriptionDefault
projectYesProject name or ID where the repository is located.
repositoryNameOrIdYesRepository name or ID.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project": { "description": "Project name or ID where the repository is located.", "type": "string" }, "repositoryNameOrId": { "description": "Repository name or ID.", "type": "string" } }, "required": [ "project", "repositoryNameOrId" ], "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