Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_search_commits

Search for specific commits in Azure DevOps repositories by project, repository, commit range, branch, or tag. Retrieve associated work items or links for detailed commit analysis.

Instructions

Searches for commits in a repository

Input Schema

NameRequiredDescriptionDefault
fromCommitNoStarting commit ID
includeLinksNoInclude commit links
includeWorkItemsNoInclude associated work items
projectYesProject name or ID
repositoryYesRepository name or ID
skipNoNumber of commits to skip
toCommitNoEnding commit ID
topNoMaximum number of commits to return
versionNoThe name of the branch, tag or commit to filter commits by
versionTypeNoThe meaning of the version parameter, e.g., branch, tag or commitBranch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fromCommit": { "description": "Starting commit ID", "type": "string" }, "includeLinks": { "default": false, "description": "Include commit links", "type": "boolean" }, "includeWorkItems": { "default": false, "description": "Include associated work items", "type": "boolean" }, "project": { "description": "Project name or ID", "type": "string" }, "repository": { "description": "Repository name or ID", "type": "string" }, "skip": { "default": 0, "description": "Number of commits to skip", "type": "number" }, "toCommit": { "description": "Ending commit ID", "type": "string" }, "top": { "default": 10, "description": "Maximum number of commits to return", "type": "number" }, "version": { "description": "The name of the branch, tag or commit to filter commits by", "type": "string" }, "versionType": { "default": "Branch", "description": "The meaning of the version parameter, e.g., branch, tag or commit", "enum": [ "Branch", "Tag", "Commit" ], "type": "string" } }, "required": [ "project", "repository" ], "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