Get Paper Full Text
paper_get_fulltextRetrieve the full text of an academic paper by its title, with fallback to abstract if full text is unavailable. Returns JSON including title, abstract, TLDR, and full text length.
Instructions
Retrieve the full text of a paper by title (up to 50,000 characters).
Fetch order: arXiv HTML5 renderer → gomcp browser → abstract-only fallback.
Returns JSON with: title, abstract, tldr, fulltext (str|null), fulltext_length (int), source.
Args: params (PaperInput): { paper_title: str }
Returns: str: JSON-encoded result or { "error": "..." }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Shared input accepted by every tool in this server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |