Skip to main content
Glama

Azure DevOps MCP Server for Cline

trigger_pipeline

Initiate pipeline executions in Azure DevOps by specifying pipeline ID, branch, and optional variables for custom configurations.

Instructions

Trigger a pipeline run

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to run the pipeline on (optional, defaults to default branch)
pipelineIdYesPipeline ID to trigger
variablesNoPipeline variables to override (optional)

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch to run the pipeline on (optional, defaults to default branch)", "type": "string" }, "pipelineId": { "description": "Pipeline ID to trigger", "type": "number" }, "variables": { "additionalProperties": { "type": "string" }, "description": "Pipeline variables to override (optional)", "type": "object" } }, "required": [ "pipelineId" ], "type": "object" }
Install Server

Other Tools from Azure DevOps MCP Server for Cline

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/stefanskiasan/azure-devops-mcp-server'

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