graph_graph_path
Find the shortest path between two nodes in a graph. Returns reachability status, path details, and length for AI applications.
Instructions
[graph] Find shortest path from src to dst. Returns {reachable, path, length}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| src | Yes | ||
| dst | Yes |