Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

build_get_log_by_id

Retrieve a specific build log by ID from Azure DevOps, allowing access to detailed log content within a specified line range for targeted debugging and analysis.

Instructions

Get a specific build log by log ID.

Input Schema

NameRequiredDescriptionDefault
buildIdYesID of the build to get the log for
endLineNoEnding line number for the log content, defaults to the end of the log
logIdYesID of the log to retrieve
projectYesProject ID or name to get the build log for
startLineNoStarting line number for the log content, defaults to 0

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" }, "endLine": { "description": "Ending line number for the log content, defaults to the end of the log", "type": "number" }, "logId": { "description": "ID of the log to retrieve", "type": "number" }, "project": { "description": "Project ID or name to get the build log for", "type": "string" }, "startLine": { "description": "Starting line number for the log content, defaults to 0", "type": "number" } }, "required": [ "project", "buildId", "logId" ], "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