Fetch Paper
fetch-paperResolve a paper by DOI, OpenAlex ID, URL, or title to return its metadata and, for open access, the full text. For paywalled papers, return metadata with an accessible link.
Instructions
Resolve a paper by DOI, OpenAlex ID, URL, or title and return its metadata plus, where open access, its full text. Looks up OpenAlex for metadata and the open-access URL, retrieves the full text via the fetch-url ladder, and parses PDFs in-process. For paywalled papers it returns metadata and the best available link. Feed the result to appraise-evidence or export-bibliography.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | A DOI (e.g. "10.7717/peerj.4375"), an OpenAlex ID (e.g. "W2741809807"), a paper URL, or a title to search. | |
| include_full_text | No | Retrieve the full text when the paper is open access (default true). Set false for metadata only. |