Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

build_get_definition_revisions

Retrieves a list of revisions for a specific build definition in Azure DevOps projects, enabling tracking and management of build definition changes over time.

Instructions

Retrieves a list of revisions for a specific build definition.

Input Schema

NameRequiredDescriptionDefault
definitionIdYesID of the build definition to get revisions for
projectYesProject ID or name to get the build definition revisions for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "definitionId": { "description": "ID of the build definition to get revisions for", "type": "number" }, "project": { "description": "Project ID or name to get the build definition revisions for", "type": "string" } }, "required": [ "project", "definitionId" ], "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