get_file_dependents
Discover all files that import a given file, providing incoming dependency information for code navigation and analysis.
Instructions
Files that import this file (incoming file-level import edges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name/path (default: active). | |
| file_path | Yes | Relative path to the file. | |
| max_results | No | Maximum number of results to return (0 = unlimited, default 0). |