find_bridge_papers
Discover the shortest citation path connecting two academic papers. Traverses reference and citation networks to bridge scholarly works.
Instructions
Find the shortest citation path between two papers.
Uses BFS over the citation/reference graph. Leverages cached citation and reference lists to minimise API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Expand via citations, references, or both. | both |
| max_depth | No | Maximum hops to search (default 4). | |
| source_id | Yes | Starting paper S2 ID. | |
| target_id | Yes | Target paper S2 ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |