build_paper_graph
Build a citation graph from seed papers by recursively expanding citations and references to visualize the research landscape.
Instructions
Build a citation graph starting from seed papers. Recursively expands citations and references to map the research landscape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_ids | Yes | Comma-separated paper identifiers (S2 IDs, DOIs, or paper titles to search) | |
| max_hops | No | How many citation/reference hops to expand (1-3, default 2) | |
| max_papers | No | Maximum total papers in the graph (10-200, default 50) | |
| direction | No | "citations" (who cites this), "references" (what it cites), or "both" | both |
| min_citations | No | Skip papers with fewer citations than this | |
| topic_filter | No | Space-separated keywords to keep graph focused on a topic |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |