Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

build_run_build

Trigger automated builds in Azure DevOps using specified project and build definition IDs, with optional branch and custom parameters, via PAT-authenticated API.

Instructions

Triggers a new build for a specified definition.

Input Schema

NameRequiredDescriptionDefault
definitionIdYesID of the build definition to run
parametersNoCustom build parameters as key-value pairs
projectYesProject ID or name to run the build in
sourceBranchNoSource branch to run the build from. If not provided, the default branch will be used.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "definitionId": { "description": "ID of the build definition to run", "type": "number" }, "parameters": { "additionalProperties": { "type": "string" }, "description": "Custom build parameters as key-value pairs", "type": "object" }, "project": { "description": "Project ID or name to run the build in", "type": "string" }, "sourceBranch": { "description": "Source branch to run the build from. If not provided, the default branch will be used.", "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