Skip to main content
Glama
Nehra-Amaterasu

paper-search-mcp

download_openalex

Download a PDF file for a paper from OpenAlex by providing its paper ID, saving it to a specified directory.

Instructions

Download PDF for a paper from OpenAlex.

Args: paper_id: OpenAlex paper ID. save_path: Directory to save the PDF (default: './downloads'). Returns: str: Error message, typically OpenAlex relies on extracted pdf_url instead of direct downloads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYes
save_pathNo./downloads

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden. It hints at indirect downloads but does not fully explain behavior, such as what the tool actually does (attempts download? returns URL?). The return is only described as an error message, which is misleading for a download tool.

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

Conciseness3/5

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

The description is short but includes a one-line purpose and docstring-style args/returns. It is reasonably concise, though the return line is confusing and could be better structured.

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

Completeness2/5

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

Given the complexity of many sibling tools, the description is incomplete. It fails to explain the tool's role in the ecosystem, what happens on success, or the actual output beyond an error message. The presence of an output schema (not shown) might mitigate, but the description alone is insufficient.

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 compensates by defining paper_id as 'OpenAlex paper ID' and save_path as 'Directory to save the PDF'. This adds basic meaning beyond the schema, but lacks format details for paper_id and usage of default.

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

Purpose4/5

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

The description clearly states 'Download PDF for a paper from OpenAlex', specifying the verb, resource, and source. However, it mentions reliance on pdf_url rather than direct downloads, which introduces ambiguity about the actual function.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool over the many sibling download sources. The description does not differentiate OpenAlex from others or specify prerequisites.

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

Install Server

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/Nehra-Amaterasu/paper-search-mcp'

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