Skip to main content
Glama

TeamCity MCP Server

by Daghis

list_agents

Retrieve and filter build agents from TeamCity with pagination support, enabling efficient management of CI/CD infrastructure.

Instructions

List build agents (supports pagination)

Input Schema

NameRequiredDescriptionDefault
allNoFetch all pages up to maxPages
fieldsNoOptional fields selector for server-side projection
locatorNoOptional agent locator to filter
maxPagesNoMax pages to fetch (when all=true)
pageSizeNoItems per page (default 100)

Input Schema (JSON Schema)

{ "properties": { "all": { "description": "Fetch all pages up to maxPages", "type": "boolean" }, "fields": { "description": "Optional fields selector for server-side projection", "type": "string" }, "locator": { "description": "Optional agent locator to filter", "type": "string" }, "maxPages": { "description": "Max pages to fetch (when all=true)", "type": "number" }, "pageSize": { "description": "Items per page (default 100)", "type": "number" } }, "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