Skip to main content
Glama

list_projects

Read-onlyIdempotent

List TeamCity projects with optional filtering by locator or parent project ID, supporting pagination to control result size.

Instructions

List TeamCity projects. Supports pagination and locator filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locatorNoOptional locator to filter projects
parentProjectIdNoFilter by parent project ID
pageSizeNoItems per page (default 100)
maxPagesNoMax pages to fetch (when all=true)
allNoFetch all pages up to maxPages
fieldsNoOptional fields selector for server-side projection

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
paginationYesPagination metadata describing which slice was returned.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds useful behavioral context beyond the annotations, such as supporting pagination and locator filtering. The annotations already declare the tool as read-only, non-destructive, idempotent, and open-world, and the description is consistent with those.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two sentences that front-load the core purpose and key features. Every word adds value, with no redundancy or unnecessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that the tool has an output schema, rich annotations, and a fully described input schema, the description provides adequate additional context about pagination and filtering. It could potentially mention that it returns a list of projects, but that is implicit from the name and purpose.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Since the input schema has 100% description coverage, the baseline is 3. The description mentions locator filtering, which aligns with the locator parameter, but it does not add significant meaning beyond what the schema already provides for each parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'List TeamCity projects' with a specific verb and resource. The mention of pagination and locator filtering adds specificity, and the tool is easily distinguished from siblings like get_project or list_builds.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates support for pagination and locator filtering, which gives context on when to use the tool (when you need to paginate or filter). However, it does not explicitly state when not to use it or suggest alternatives like get_project for a single project.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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