Skip to main content
Glama

TeamCity MCP Server

by Daghis

get_compatible_agents_for_queued_build

Identify available TeamCity build agents compatible with a specific queued or running build to facilitate deployment planning and resource allocation.

Instructions

List agents compatible with a queued/running build by buildId (optionally filter enabled only)

Input Schema

NameRequiredDescriptionDefault
buildIdYesBuild ID
includeDisabledNoInclude disabled agents (default false)

Input Schema (JSON Schema)

{ "properties": { "buildId": { "description": "Build ID", "type": "string" }, "includeDisabled": { "description": "Include disabled agents (default false)", "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