get_ci_relationships
Traverse CMDB dependencies to find what breaks if a CI fails (downstream) or what it depends on (upstream) for root-cause analysis.
Instructions
Traverse CMDB dependencies to answer impact and root-cause questions.
Args: name: exact CI name. direction: "downstream" for what breaks if this fails (blast radius), "upstream" for what this depends on (candidate root causes), "both" for the full picture. Default both. depth: relationship hops to follow, 1-5. Default 2. Increase when a dependency chain is longer than two links.
Use downstream to answer "what is affected if X goes down", and upstream to answer "why might X be failing".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| depth | No | ||
| direction | No | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |