get_component_impact
Identify all modules and pull requests that reference a component, revealing its dependency impact and blast radius.
Instructions
Find all modules and PRs where a specific component (file/service) appears.
Use this to understand the blast radius of changes to a component — what depends on it and what it depends on.
Args: component_name: File path or service name (e.g. "api_service.py", "backend/app/auth")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |