Skip to main content
Glama
gqy20

Europe PMC Literature Search MCP Server

search_arxiv_papers

Search arXiv preprint papers using official API, filter by keywords and date range, retrieve detailed results including titles, authors, abstracts, and PDF links for research tracking in fields like computer science, physics, and mathematics.

Instructions

搜索arXiv文献数据库(基于arXiv官方API)

功能说明:

  • 基于arXiv官方API搜索预印本论文

  • 支持关键词搜索和日期范围过滤

  • 自动重试和错误恢复机制

  • 分页获取,支持大量结果检索

参数说明:

  • keyword: 必需,搜索关键词,支持复杂查询语法

  • email: 可选,联系邮箱,用于获得更好的API服务

  • start_date: 可选,开始日期,格式:YYYY-MM-DD

  • end_date: 可选,结束日期,格式:YYYY-MM-DD

  • max_results: 可选,最大返回结果数量,默认10,最大1000

返回值说明:

  • articles: arXiv文章列表

    • arxiv_id: arXiv标识符

    • title: 文章标题

    • authors: 作者列表

    • category: arXiv分类

    • publication_date: 发表日期

    • abstract: 摘要

    • arxiv_link: arXiv摘要页链接

    • pdf_link: PDF下载链接

  • total_count: 实际获取的文章数量

  • search_info: 搜索信息

  • message: 处理信息

  • error: 错误信息(如果有)

使用场景:

  • 预印本文献搜索

  • 最新研究发现

  • 计算机科学、物理学、数学等领域文献检索

  • 跟踪最新研究动态

技术特点:

  • 基于arXiv官方API

  • 支持复杂查询语法

  • 自动分页获取

  • 完整的错误处理

  • 支持日期范围过滤

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
end_dateNo
keywordYes
max_resultsNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it mentions automatic retry/error recovery, pagination support for large results, and being based on the arXiv official API. It also notes the email parameter improves API service. However, it doesn't specify rate limits, authentication requirements, or potential costs.

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 well-structured with clear sections (功能说明, 参数说明, etc.), but is quite lengthy with redundant information. The '返回值说明' section duplicates what the output schema would provide, and some technical details could be more concise. However, information is reasonably front-loaded with the core purpose first.

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 the tool's moderate complexity (5 parameters, search functionality) and the presence of an output schema, the description provides good context. It covers parameters thoroughly, explains behavioral characteristics, and lists use cases. The main gap is lack of explicit guidance on when to use this versus sibling tools, but overall it's quite complete for a search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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. The '参数说明' section provides meaningful details for all 5 parameters: clarifies required vs optional status, explains keyword supports complex query syntax, specifies date formats, and documents default values and limits for max_results. This adds substantial value beyond the bare schema.

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's preprint database using the official API, specifying the resource (arXiv papers) and action (search). It distinguishes from siblings like 'search_europe_pmc' by focusing on arXiv, but doesn't explicitly contrast with other arXiv-related tools like 'get_article_details' or 'get_similar_articles'.

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

Usage Guidelines3/5

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

The '使用场景' section lists general use cases like preprint literature search and tracking research trends, which provides implied guidance. However, it doesn't explicitly state when to choose this tool over alternatives like 'search_europe_pmc' or 'get_similar_articles', nor does it mention any prerequisites or exclusions.

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

Related 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/gqy20/article-mcp'

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