Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

get-pipeline-status

Check the status of a specific build or pipeline in Azure DevOps. Retrieve build details, including timeline information, by providing a build ID or definition ID using the DevOps Enhanced MCP server.

Instructions

Get status of a specific build or pipeline

Input Schema

NameRequiredDescriptionDefault
buildIdNoSpecific build ID to check status
definitionIdNoGet latest builds for this definition ID
includeTimelineNoInclude detailed timeline information

Input Schema (JSON Schema)

{ "properties": { "buildId": { "description": "Specific build ID to check status", "type": "number" }, "definitionId": { "description": "Get latest builds for this definition ID", "type": "number" }, "includeTimeline": { "description": "Include detailed timeline information", "type": "boolean" } }, "type": "object" }
Install Server

Other Tools from DevOps Enhanced 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/wangkanai/devops-enhanced-mcp'

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