get_citing_papers
Retrieve a list of papers that cite a given paper by specifying its paper ID. Supports pagination with page and limit parameters.
Instructions
Get papers that cite a specific paper
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Results per page (default: 20) | |
| paperId | Yes | ID of paper to find citations for |