fetch
Retrieve a full academic document by its ID from prior search results. Returns the complete record with title, BibTeX citation, and abstract.
Instructions
Fetch a single document by ID.
This is designed for ChatGPT compatibility which expects a single ID parameter.
Args: id: Document ID from previous search results
Returns: Dictionary containing the full document with id, title, text (BibTeX + abstract)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |