list_project_hierarchy
Display parent-child relationships of TeamCity projects to understand build configuration structure and dependencies.
Instructions
List project hierarchy showing parent-child relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootProjectId | No | Root project ID (defaults to _Root) |
Input Schema (JSON Schema)
{
"properties": {
"rootProjectId": {
"description": "Root project ID (defaults to _Root)",
"type": "string"
}
},
"type": "object"
}