Module dependents
get_module_dependentsFind all modules importing a specified path or module using Tree-sitter lexical import analysis. Flags dynamic imports to support impact slicing.
Instructions
Return Tree-sitter-extracted lexical import relationships for one indexed path or module. This is not semantic import resolution or lexical call-graph inference; dynamic imports are flagged rather than resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| module | No | ||
| profile | No | ||
| repo_id | Yes | ||
| max_tokens | No |