graph_graph_descendants
Return all nodes reachable from a given node in a named graph. Use this to traverse connections and discover dependencies within the graph structure.
Instructions
[graph] Return all nodes reachable from the given node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| node | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |