Skip to main content
Glama

TeamCity MCP Server

by Daghis

get_test_details

Retrieve detailed information about test failures from TeamCity builds to analyze issues and identify root causes for faster debugging and resolution.

Instructions

Get detailed information about test failures

Input Schema

NameRequiredDescriptionDefault
buildIdYesBuild ID
testNameIdNoTest name ID (optional)

Input Schema (JSON Schema)

{ "properties": { "buildId": { "description": "Build ID", "type": "string" }, "testNameId": { "description": "Test name ID (optional)", "type": "string" } }, "required": [ "buildId" ], "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/Daghis/teamcity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server