Back to catalog
Cortexa research tool·structure·EuropePMC
EuropePMC Get Full Text
Retrieve and parse full-text XML from Europe PMC into structured sections. Returns title, abstract, body sections (introduction, methods, results, discussion, conclusions), figure captions, table captions, and references as structured JSON. Accepts a PMC ID directly or a PMID (auto-resolved to PMC ID via Europe PMC search). Only works for open-access articles available in PubMed Central.
Livelast probed 2026-04-30 23:07Z· 131msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 131ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_section_chars": {
"default": 50000,
"description": "Maximum characters per section in the output. Longer sections are truncated.",
"maximum": 500000,
"minimum": 1000,
"type": "integer"
},
"pmcid": {
"description": "PubMed Central ID (e.g., 'PMC7096075' or '7096075'). Preferred identifier.",
"type": "string"
},
"pmid": {
"description": "PubMed ID (e.g., '32226684'). Will be auto-resolved to a PMC ID via Europe PMC search. Use when PMC ID is not known.",
"type": "string"
}
},
"type": "object"
}Examples (1)
Default EuropePMC Get Full Text call
public-safeinput
{
"max_section_chars": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EuropePMC_get_full_text
- Tool name
- EuropePMC_get_full_text
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse