woodpecker_get_blast_radius
Find the blast radius of a service failure by identifying all services that transitively depend on it, or trace downstream dependencies to locate root causes.
Instructions
Transitive dependency closure of a service over DEPENDS_ON edges. direction='upstream': services that transitively depend on this one (its blast radius if it fails). direction='downstream': everything it relies on (trace toward a deeper root cause).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| direction | No | upstream |