find_bridge_papers
Find the shortest citation path between two papers by traversing citation and reference links. Ideal for uncovering indirect connections and understanding scholarly influence.
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 |