get_citations
Retrieve citation relationships for research papers to analyze academic influence and connections. Use this tool to explore which papers cite a given work or which references it cites.
Instructions
Get the citation graph for a paper. 'citing' = outgoing references this paper cites; 'cited_by' = incoming citations from other papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv ID of the paper | |
| direction | No | 'citing' = outgoing references this paper cites; 'cited_by' = incoming citations from other papers | cited_by |
| limit | No | Number of papers to return (max 50) | |
| fields | No | Comma-separated list of fields to return (e.g. 'arxiv_id,title,llm_summary,llm_novelty_score'). Default: all fields. | |
| exclude_ids | No | arXiv IDs to exclude from results (for deduplication across chained calls) |