Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

build_get_changes

Retrieve changes linked to a specific build in Azure DevOps, including source changes and paginated results, using project ID and build ID as inputs.

Instructions

Get the changes associated with a specific build.

Input Schema

NameRequiredDescriptionDefault
buildIdYesID of the build to get changes for
continuationTokenNoContinuation token for pagination
includeSourceChangeNoWhether to include source changes in the results, defaults to false
projectYesProject ID or name to get the build changes for
topNoNumber of changes to retrieve, defaults to 100

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "buildId": { "description": "ID of the build to get changes for", "type": "number" }, "continuationToken": { "description": "Continuation token for pagination", "type": "string" }, "includeSourceChange": { "description": "Whether to include source changes in the results, defaults to false", "type": "boolean" }, "project": { "description": "Project ID or name to get the build changes for", "type": "string" }, "top": { "default": 100, "description": "Number of changes to retrieve, defaults to 100", "type": "number" } }, "required": [ "project", "buildId" ], "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