Skip to main content
Glama

TeamCity MCP Server

by Daghis

get_build_results

Retrieve comprehensive build results from TeamCity including tests, artifacts, changes, and statistics for detailed CI/CD analysis and troubleshooting.

Instructions

Get detailed results of a build including tests, artifacts, changes, and statistics

Input Schema

NameRequiredDescriptionDefault
artifactFilterNoFilter artifacts by name/path pattern
buildIdYesBuild ID
includeArtifactsNoInclude artifacts listing and metadata
includeChangesNoInclude VCS changes
includeDependenciesNoInclude dependency builds
includeStatisticsNoInclude build statistics
maxArtifactSizeNoMax artifact content size (bytes) when inlining

Input Schema (JSON Schema)

{ "properties": { "artifactFilter": { "description": "Filter artifacts by name/path pattern", "type": "string" }, "buildId": { "description": "Build ID", "type": "string" }, "includeArtifacts": { "description": "Include artifacts listing and metadata", "type": "boolean" }, "includeChanges": { "description": "Include VCS changes", "type": "boolean" }, "includeDependencies": { "description": "Include dependency builds", "type": "boolean" }, "includeStatistics": { "description": "Include build statistics", "type": "boolean" }, "maxArtifactSize": { "description": "Max artifact content size (bytes) when inlining", "type": "number" } }, "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