Skip to main content
Glama

TeamCity MCP Server

by Daghis

cancel_queued_build

Cancel a queued TeamCity build by ID to prevent unnecessary execution and free up build agent resources.

Instructions

Cancel a queued build by ID

Input Schema

NameRequiredDescriptionDefault
buildIdYesQueued build ID

Input Schema (JSON Schema)

{ "properties": { "buildId": { "description": "Queued build ID", "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