Skip to main content
Glama

scholarfetch_saved_export

Export the current reading list as citations, abstracts, BibTeX, or an aggregated full-text corpus. Valid format values: citations, abstracts, bib, fulltext. Valid style values when format=citations: harvard, apa, ieee. Use include_references=true with format=fulltext when you want a richer downstream synthesis corpus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoharvard
formatNocitations
enginesNo
collectionNodefault
include_referencesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of exposing behavior. It discloses format/style constraints and the `include_references` condition, but does not mention whether the operation is read-only, what happens with an empty list, or any side effects. It adds some behavioral context but not comprehensive transparency.

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?

The description is three sentences, front-loaded with the primary purpose, and every sentence adds specific usage information. There is no fluff or repetition.

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?

While the output schema exists and the core parameters are covered, the description does not explain what 'current reading list' means, nor does it address the `collection` and `engines` parameters. This leaves ambiguity for a tool with 5 optional parameters and no other annotation.

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 description coverage is 0%, so the description must compensate. It explains `format`, `style`, and `include_references` with valid values and conditional logic, adding real meaning. However, `collection` and `engines` are left entirely undocumented, leaving 2 of 5 parameters unexplained.

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 exports the current reading list in multiple formats (citations, abstracts, BibTeX, full-text corpus), distinguishing it from siblings like saved_list or saved_add by the export action. It uses a specific verb and resource.

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?

The description provides explicit valid values for `format` and `style`, and gives guidance for using `include_references` with `fulltext`. It does not explicitly name alternative tools, but the context of exporting the whole reading list versus per-article tools is implied.

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.