Skip to main content
Glama

Europe PMC Literature Search MCP Server

by gqy20

get_similar_articles

Find similar academic articles based on a given DOI using PubMed's related articles algorithm. Filters results from the last 5 years and retrieves detailed metadata for research reviews, related studies, and scholarly analysis.

Instructions

根据DOI获取相似文章(基于PubMed相关文章算法)

功能说明:

  • 基于PubMed的相关文章算法查找与给定DOI相似的文献
  • 使用NCBI eLink服务查找相关文章
  • 自动过滤最近5年内的文献
  • 批量获取相关文章的详细信息

参数说明:

  • doi: 必需,数字对象标识符(如:"10.1126/science.adf6218")
  • email: 可选,联系邮箱,用于获得更高的API访问限制
  • max_results: 可选,返回的最大相似文章数量,默认20篇

返回值说明:

  • original_article: 原始文章信息
    • title: 文章标题
    • authors: 作者列表
    • journal: 期刊名称
    • publication_date: 发表日期
    • pmid: PubMed ID
    • pmcid: PMC ID(如果有)
    • abstract: 摘要
  • similar_articles: 相似文章列表(格式同原始文章)
  • total_similar_count: 总相似文章数量
  • retrieved_count: 实际获取的文章数量
  • message: 处理信息
  • error: 错误信息(如果有)

使用场景:

  • 文献综述研究
  • 寻找相关研究
  • 学术调研
  • 相关工作分析

技术特点:

  • 基于PubMed官方相关文章算法
  • 自动日期过滤(最近5年)
  • 批量获取详细信息
  • 完整的错误处理

Input Schema

NameRequiredDescriptionDefault
doiYes
emailNo
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "doi": { "title": "Doi", "type": "string" }, "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "max_results": { "default": 20, "title": "Max Results", "type": "integer" } }, "required": [ "doi" ], "type": "object" }

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