Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

get-builds

Retrieve build definitions and recent builds from Azure DevOps. Specify build definition IDs and the number of builds to fetch for streamlined DevOps pipeline management.

Instructions

Get build definitions and recent builds

Input Schema

NameRequiredDescriptionDefault
definitionIdsNoSpecific build definition IDs
topNoNumber of builds to return

Input Schema (JSON Schema)

{ "properties": { "definitionIds": { "description": "Specific build definition IDs", "items": { "type": "number" }, "type": "array" }, "top": { "description": "Number of builds to return", "type": "number" } }, "type": "object" }

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