Skip to main content
Glama

azure-devops-mcp

getCommitHistory

Retrieve commit history for a specific repository to track changes and manage version control in Azure DevOps. Filter results by path, skip commits, or limit output for efficient analysis.

Instructions

Get commit history for a repository

Input Schema

NameRequiredDescriptionDefault
itemPathNoPath to filter commits by
repositoryIdYesID of the repository
skipNoNumber of commits to skip
topNoMaximum number of commits to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "itemPath": { "description": "Path to filter commits by", "type": "string" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "skip": { "description": "Number of commits to skip", "type": "number" }, "top": { "description": "Maximum number of commits to return", "type": "number" } }, "required": [ "repositoryId" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

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/RyanCardin15/AzureDevOps-MCP'

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