get_citations
Retrieve citing or referenced papers for a given paper ID to trace citation networks forward or backward. Choose direction to expand literature discovery.
Instructions
引文扩展(滚雪球):返回某文献的被引(前向)或引用(后向)文献。
Args: paper_id: Semantic Scholar paper id(如 "s2:xxx" 或裸 id),或 "DOI:10.xxx"。 direction: "citations"(被引,前向)/ "references"(引用,后向)。 limit: 返回条数上限。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| paper_id | Yes | ||
| direction | No | citations |