get_article_figures
Extract structured figure metadata, captions, and image URLs from PMC Open Access articles, and get PDF download links.
Instructions
Get structured figure metadata (label, caption, image URL) and PDF links from a PMC Open Access article.
Returns all figures with their captions and direct image URLs, plus PDF download links for the complete article.
Accepts flexible input - provide ANY ONE of:
identifier: Auto-detects PMID or PMC ID
pmcid: Direct PMC ID
pmid: PubMed ID (requires PMC ID lookup)
Args: identifier: Auto-detect format - PMID or PMC ID. Examples: "PMC12086443", "40384072" pmcid: PubMed Central ID (e.g., "PMC12086443" or "12086443"). pmid: PubMed ID (e.g., "40384072"). The article must be in PMC. include_subfigures: Parse sub-figures (e.g., Figure 3A, 3B) as separate entries. include_tables: Also extract tables rendered as images.
Returns: Structured figure data with image URLs, captions, and PDF links.
Example: get_article_figures(identifier="PMC12086443") get_article_figures(pmid="40384072")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No | ||
| pmcid | No | ||
| pmid | No | ||
| include_subfigures | No | ||
| include_tables | No | ||
| output_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |