find_path
Find the shortest path between two companies through supplier, customer, and competitor relationships in the knowledge graph. Reveals hidden connections.
Instructions
Find the shortest path between two companies in the knowledge graph.
Discovers how two companies are connected through supplier, customer, and competitor relationships. Great for finding hidden connections.
Example: find_path("AAPL", "NVDA") -> Apple -> TSMC -> NVIDIA (connected through shared semiconductor supplier)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_a | Yes | ||
| ticker_b | Yes |