Skip to main content
Glama
freyzo
by freyzo

download_paper

Download research papers from arXiv by ID to access content programmatically for analysis and review.

Instructions

Download a paper and create a resource for it

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYesThe arXiv ID of the paper to download
check_statusNoIf true, only check conversion status without downloading
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions downloading and creating a resource, implying a write operation, but doesn't specify what 'create a resource' entails (e.g., file format, storage location, or permissions required). It also omits details like rate limits, error handling, or whether the download is immediate or asynchronous, leaving significant gaps in understanding the tool's behavior.

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

Conciseness4/5

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

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded with the core action ('download a paper'), making it easy to parse. However, it could be slightly more structured by explicitly separating the download and resource creation aspects for clarity.

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 a download operation with no annotations or output schema, the description is incomplete. It doesn't explain what 'create a resource' means, the expected output (e.g., a file path or data), error conditions, or how it differs from sibling tools. For a tool that likely involves file I/O and resource management, more context is needed to guide effective use.

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?

The input schema has 100% description coverage, clearly documenting both parameters ('paper_id' and 'check_status') with their types and purposes. The description adds no additional parameter semantics beyond what the schema provides, such as explaining arXiv ID formats or the implications of 'check_status'. Since the schema does the heavy lifting, the baseline score of 3 is appropriate.

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

Purpose3/5

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

The description states the tool downloads a paper and creates a resource, which is a clear purpose with a specific verb ('download') and resource ('paper'). However, it doesn't distinguish this from sibling tools like 'read_paper' or 'list_papers', leaving ambiguity about when to use each. The purpose is understandable but lacks sibling differentiation.

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?

The description provides no guidance on when to use this tool versus alternatives like 'read_paper' or 'search_papers'. It doesn't mention prerequisites, such as needing a valid arXiv ID, or exclusions, like whether it works for all paper types. Without any usage context, the agent must infer when this tool is appropriate.

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/freyzo/mcp-arxiv'

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