Open Kioku Module Dependencies
module_dependenciesList the direct imports and dependents of a file or symbol to inspect its dependency neighbors.
Instructions
List the direct dependency graph neighbors (imports and dependents) of a given file or symbol node. Use to inspect direct dependency neighbors for one file or symbol. Prefer dependency_path for a route between two nodes and architecture_policy_check for rule violations. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | The file path or symbol node identifier. | |
| limit | No | Maximum number of neighbors to return. Defaults to 20, capped at 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |