Skip to main content
Glama
Sulcate-whipcord611

arxiv-reader-mcp

search_arxiv

Search arXiv papers by keyword, author, category, or date range to find relevant research. Returns a list with titles, IDs, authors, dates, and PDF links.

Instructions

Search arXiv papers by keyword, author, category, and/or date range. Use when the user wants to find papers matching specific terms, by a specific author, in a specific category, or within a date range. Supports Boolean-like searches via keyword. Returns a numbered list with title, arXiv ID, authors, publication date, and PDF link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startNo
authorNo
date_toNo
keywordNo
categoryNo
date_fromNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It mentions 'Supports Boolean-like searches via keyword' but does not disclose behavior like pagination, error handling, or any side effects. The behavioral transparency is moderate.

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 concise with three sentences, front-loading the main action. No superfluous text.

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?

With 7 parameters and an output schema, the description explains the return format (numbered list with fields) but lacks details on parameter usage like 'start' and 'max_results' defaults. It is moderately complete given the output schema exists.

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 mentions keyword, author, category, and date range but does not explain parameters like 'start', 'max_results', or the exact format for dates. The description adds some meaning but is incomplete for all 7 parameters.

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 the tool searches arXiv papers by various criteria like keyword, author, category, and date range. It specifies the resource and filtering options. However, it does not differentiate from the sibling tool 'search_papers', which likely has overlapping functionality.

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 explicitly says 'Use when the user wants to find papers...' providing clear usage context. It does not mention when not to use or alternatives, but the guidance is sufficient for correct invocation.

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/Sulcate-whipcord611/arxiv-reader-mcp'

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