module_dependencies
Find direct imports and dependents of a file or symbol node to analyze dependency relationships.
Instructions
List the direct dependency graph neighbors (imports and dependents) of a given file or symbol node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of neighbors to return. Defaults to 20, capped at 100. | |
| node | Yes | The file path or symbol node identifier. |