Skip to main content
Glama

ScholarScope MCP

by ErikNguyen20

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

NameRequiredDescriptionDefault
preferred_fulltext_urlYes

Input Schema (JSON Schema)

{ "properties": { "preferred_fulltext_url": { "title": "Preferred Fulltext Url", "type": "string" } }, "required": [ "preferred_fulltext_url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErikNguyen20/ScholarScope-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server