Skip to main content
Glama

TeamCity MCP Server

by Daghis

list_investigations

Retrieve and filter open investigations in TeamCity with pagination support, allowing users to find specific issues by project, build configuration, or assignee.

Instructions

List open investigations (supports pagination)

Input Schema

NameRequiredDescriptionDefault
allNoFetch all pages up to maxPages
assigneeUsernameNoFilter by responsible user username via locator helper
buildTypeIdNoFilter by build configuration ID via locator helper
fieldsNoOptional fields selector for server-side projection
locatorNoOptional investigation locator to filter results
maxPagesNoMax pages to fetch (when all=true)
pageSizeNoItems per page (default 100)
projectIdNoFilter by project ID via locator helper

Input Schema (JSON Schema)

{ "properties": { "all": { "description": "Fetch all pages up to maxPages", "type": "boolean" }, "assigneeUsername": { "description": "Filter by responsible user username via locator helper", "type": "string" }, "buildTypeId": { "description": "Filter by build configuration ID via locator helper", "type": "string" }, "fields": { "description": "Optional fields selector for server-side projection", "type": "string" }, "locator": { "description": "Optional investigation locator to filter results", "type": "string" }, "maxPages": { "description": "Max pages to fetch (when all=true)", "type": "number" }, "pageSize": { "description": "Items per page (default 100)", "type": "number" }, "projectId": { "description": "Filter by project ID via locator helper", "type": "string" } }, "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