Skip to main content
Glama

Azure DevOps MCP Server

get_repository

Retrieve specific repository details from Azure DevOps by providing the project and repository IDs. This tool enables precise access to repository information through the Azure DevOps MCP Server.

Instructions

Get details of a specific repository

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID or name of the project
repositoryIdYesThe ID or name of the repository

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "The ID or name of the project", "type": "string" }, "repositoryId": { "description": "The ID or name of the repository", "type": "string" } }, "required": [ "projectId", "repositoryId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

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/Tiberriver256/mcp-server-azure-devops'

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