Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

build_get_status

Retrieve the status of a specific build in Azure DevOps by providing the project ID or name and build ID using Personal Access Token authentication.

Instructions

Fetches the status of a specific build.

Input Schema

NameRequiredDescriptionDefault
buildIdYesID of the build to get the status for
projectYesProject ID or name to get the build status for

Input Schema (JSON Schema)

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