fetch_fulltext
Retrieve full-text academic paper content from provided URLs, returning plain text output even when access is restricted or paywalled.
Instructions
Retrieves the contents of a paper or work from its preferred full-text URL and returns the response body as plain text.
Note: In some cases, the target content may be paywalled, require authentication, or otherwise restrict access. In such situations, the returned output may consist of partial content, metadata, or an access notice rather than the complete text.
Args: preferred_fulltext_url: Preferred full-text URL of the paper or work.
Returns: Plaintext representation of the retrieved content. This may be the complete text, or a limited excerpt if access to the full resource is restricted.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
preferred_fulltext_url | Yes |