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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildId | Yes | Build ID | |
| includeDisabled | No | Include disabled agents (default false) |