文献全文
get_article_detailsRetrieve full text of articles by PMCID. Supports batch mode, section extraction, and multiple output formats.
Instructions
获取文献全文工具。
前置条件:需要 PMCID 标识符
如果您有 PMCID(如 PMC1234567),直接使用此工具
如果您只有关键词或标题,请先使用"文献搜索"工具查找并获取 PMCID
主要参数:
pmcid: PMCID 标识符(必填):单个或列表[PMC1234567, PMC2345678, ...] 批量模式最多支持20个 PMCID
sections: 全文章节控制(可选,默认None获取全部章节) None → 获取全部章节(全文) ["conclusion", "discussion"] → 只获取指定章节
format: 全文格式(可选,默认"markdown") "markdown" → Markdown格式(推荐,适合AI处理) "xml" → 原始XML格式 "text" → 纯文本格式
数据源:Europe PMC + PMC 全文数据库 返回数据包含标题、作者、摘要、期刊、发表日期和全文内容
全文功能:
按需获取指定格式(默认Markdown)
支持按章节提取(如方法、讨论、结论等)
优化性能,只转换请求的格式
批量返回结构: { "total": 10, # 总请求数 "successful": 8, # 成功获取数 "failed": 2, # 失败数 "articles": [...], # 成功的文章列表(含全文) "fulltext_stats": { # 全文统计 "has_pmcid": 8, # 有 PMCID 数量 "fulltext_fetched": 8 # 成功获取全文数量 } }
支持的章节名称:
methods(方法): methods, methodology, materials and methods
introduction(引言): introduction, intro, background
results(结果): results, findings
discussion(讨论): discussion
conclusion(结论): conclusion, conclusions
abstract(摘要): abstract, summary
references(参考文献): references, bibliography
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmcid | Yes | ||
| sections | No | ||
| format | No | markdown |