Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

testplan_show_test_results_from_build_id

Retrieve detailed test results for a specific build and project in Azure DevOps using the build ID. Simplifies test plan analysis and troubleshooting.

Instructions

Gets a list of test results for a given project and build ID.

Input Schema

NameRequiredDescriptionDefault
buildidYesThe ID of the build.
projectYesThe unique identifier (ID or name) of the Azure DevOps project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "buildid": { "description": "The ID of the build.", "type": "number" }, "project": { "description": "The unique identifier (ID or name) of the Azure DevOps project.", "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