Skip to main content
Glama

scholarfetch_article_text

Read full paper text when machine-readable content is recoverable. Use with a DOI or with author_name + candidate_index + paper_index. Uses Elsevier first, then open-access fallbacks such as Springer OA, Europe PMC, arXiv PDF, and generic PDF URLs when text is recoverable. If you pass engines, use a comma-separated subset of: elsevier, openalex, crossref, arxiv, europepmc, springer, semanticscholar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiNo
enginesNo
author_nameNo
paper_indexNo
candidate_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, but the description discloses key behavioral traits: source priority (Elsevier first), fallback order (Springer OA, Europe PMC, arXiv PDF, generic PDF URLs), and the condition that text must be recoverable. It does not mention error handling or empty results, but this is still substantial disclosure beyond the basic purpose.

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?

Three concise sentences, front-loaded with the main purpose, followed by usage and engine specifics. No wasted words; every sentence earns its place.

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

Completeness4/5

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

Given an output schema exists to define return values, the description covers the main usage and engine options. It does not address mutual exclusivity of DOI vs author_name or behavior when neither is provided, but for a 5-param optional tool, it is reasonably complete and well-contextualized.

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 0%, so the description must compensate. It explains the DOI-or-author-combo and the engines parameter with allowed values. However, candidate_index and paper_index are not individually explained beyond being part of the combination, leaving ambiguity about their meaning and allowed range.

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?

The description clearly states the tool reads full paper text when machine-readable content is recoverable, and explicitly distinguishes it from siblings like scholarfetch_abstract by specifying input combinations (DOI or author+indices) and engine fallback order. The verb 'read' plus resource 'full paper text' is specific and unambiguous.

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?

Provides explicit usage scenarios: use with a DOI or author_name + candidate_index + paper_index, and clarifies the engines parameter syntax with a valid subset. It gives clear context for when to use (when machine-readable content is recoverable) but does not explicitly state when not to use or name alternative tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct operation: searching, DOI lookup, author disambiguation, paper listing, abstract/full-text retrieval, reference expansion, and saved-list management. No two tools overlap in purpose, and the descriptions clearly differentiate entry points (DOI vs. author vs. keyword) and output types.

Naming Consistency4/5

All tools share the 'scholarfetch_' prefix and use lowercase snake_case, but the second part mixes nouns (abstract, article_text, references) with verb phrases (saved_add, doi_lookup, search). This is a minor deviation from a strict verb_noun pattern, but the overall pattern remains predictable and readable.

Tool Count5/5

With 12 tools, the server is well-scoped for academic literature retrieval and management. Each tool has a clear role, and the count is within the ideal range, providing a complete workflow without unnecessary bloat.

Completeness5/5

The tool surface covers the full research process: discovery (search, DOI lookup), author exploration (candidates, papers), reading (abstract, full text), citation traversal (references), and library management (saved add/list/remove/export). No obvious gaps exist for the stated purpose.