Skip to main content
Glama

TeamCity MCP Server

by Daghis

trigger_build

Trigger a new build in TeamCity CI/CD server by specifying the build type ID, with optional branch selection and comment for tracking purposes.

Instructions

Trigger a new build

Input Schema

NameRequiredDescriptionDefault
branchNameNoBranch to build (optional)
buildTypeIdYesBuild type ID to trigger
commentNoBuild comment (optional)

Input Schema (JSON Schema)

{ "properties": { "branchName": { "description": "Branch to build (optional)", "type": "string" }, "buildTypeId": { "description": "Build type ID to trigger", "type": "string" }, "comment": { "description": "Build comment (optional)", "type": "string" } }, "required": [ "buildTypeId" ], "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