code_graph_impact
Identify the blast radius of file changes by tracing which files and symbols import from given repo-relative paths. Read-only analysis to assess impact before modifying code.
Instructions
Blast radius: which files/symbols import from the given files? file_paths
are repo-relative (e.g. ['src/willow_mcp/gate.py']). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| db_path | No | ||
| file_paths | Yes |