Skip to main content
Glama

Europe PMC Literature Search MCP Server

by gqy20

get_citing_articles

Retrieve and analyze articles citing a specific publication using PubMed and Europe PMC APIs, providing structured results including citing articles, total count, and error messages.

Instructions

获取引用该文献的文献信息

处理流程:

  1. 使用 PubMed elink+efetch 获取引用 PMID 列表及详情。
  2. 如 PubMed 未返回结果,则回退到 Europe PMC /citations 接口。
  3. 返回统一结构:citing_articles、total_count、message、error。

Input Schema

NameRequiredDescriptionDefault
emailNo
max_resultsNo
pmidYes

Input Schema (JSON Schema)

{ "properties": { "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "max_results": { "default": 20, "title": "Max Results", "type": "integer" }, "pmid": { "title": "Pmid", "type": "string" } }, "required": [ "pmid" ], "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