Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

build_get_log

Retrieve build logs from Azure DevOps by specifying the project and build ID, enabling efficient troubleshooting and monitoring of build processes with PAT authentication.

Instructions

Retrieves the logs for a specific build.

Input Schema

NameRequiredDescriptionDefault
buildIdYesID of the build to get the log for
projectYesProject ID or name to get the build log 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 log for", "type": "number" }, "project": { "description": "Project ID or name to get the build log 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