Skip to main content
Glama

TeamCity MCP Server

by Daghis

get_build_status

Retrieve TeamCity build status with optional details on tests, problems, and queue context to monitor CI/CD pipeline execution.

Instructions

Get build status with optional test/problem and queue context details

Input Schema

NameRequiredDescriptionDefault
buildIdYesBuild ID
includeProblemsNoInclude build problems
includeQueueReasonNoInclude waitReason for the queued item (extra API call when queued)
includeQueueTotalsNoInclude total queued count (extra API call when queued)
includeTestsNoInclude test summary

Input Schema (JSON Schema)

{ "properties": { "buildId": { "description": "Build ID", "type": "string" }, "includeProblems": { "description": "Include build problems", "type": "boolean" }, "includeQueueReason": { "description": "Include waitReason for the queued item (extra API call when queued)", "type": "boolean" }, "includeQueueTotals": { "description": "Include total queued count (extra API call when queued)", "type": "boolean" }, "includeTests": { "description": "Include test summary", "type": "boolean" } }, "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