graph_path
graph_pathFind one shortest typed path between two codebase entities, with controls for direction, depth, and explicit heuristic edges.
Instructions
Graph tool for connection questions: find one shortest typed path between two entities while keeping heuristic edges explicit and opt-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| startEntity | Yes | ||
| targetEntity | Yes | ||
| direction | No | ||
| traversalDepth | No | ||
| nodeKinds | No | ||
| edgeKinds | No | ||
| includeHeuristicEdges | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| result | Yes | ||
| _hints | Yes |