codelogic-graph-path-explain
Trace the bounded path between two nodes in your architecture graph, revealing underlying code and data dependencies. Specify from and to nodes, with optional depth and scan controls.
Instructions
Explain bounded paths between two graph nodes (curated HTTP API). Requires from_node_id, to_node_id; optional max_depth, scan_space, materialized_view_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | ||
| scan_space | No | ||
| to_node_id | Yes | ||
| from_node_id | Yes | ||
| materialized_view_id | No |