Skip to main content
Glama
penny4nonsense

mcp-scholaris

fetch_paper

Retrieve full-text academic papers from open access sources using a DOI, arXiv ID, or PubMed ID. Extracts text from PDFs via arXiv, PubMed Central, or Unpaywall.

Instructions

Fetch the full text of a paper given a DOI, arXiv ID, or PubMed ID. Tries open access sources in order: arXiv, PubMed Central, Unpaywall. Returns extracted text from the PDF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiNoDOI of the paper, e.g. 10.1000/xyz123
arxiv_idNoarXiv ID, e.g. 2301.00001 or arxiv:2301.00001
pubmed_idNoPubMed ID (PMID), e.g. 12345678
Install Server

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the behavioral disclosure burden. It reveals the ordered fallback strategy (arXiv, PubMed Central, Unpaywall) and the output form (extracted text from PDF). It does not describe failure behavior when no open-access source has the paper, but the primary behavior is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two tight sentences with no filler: action and inputs come first, followed by source order and return type. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Core behavior and return type are covered, but with no annotations and no output schema it omits what happens when no ID is supplied, when multiple IDs conflict, or when the full text is unavailable. Since all parameters are optional in the schema, the at-least-one-identifier requirement should be clarified. These are clear but non-fatal gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all three identifier parameters with examples. The description adds no additional parameter-level meaning, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb, resource, and input types: fetch full text of a paper using DOI, arXiv ID, or PubMed ID. This clearly distinguishes it from the sibling search_papers tool, which would search rather than retrieve full text.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Defines a clear trigger condition: use this when you already have a paper identifier and want the full text. It does not explicitly discuss when to prefer search_papers, but the identifier-based precondition makes the intended context unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/penny4nonsense/mcp-scholaris'

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