Back to catalog
Cortexa research tool·biomedical·pubmed
PubMed Get Related
Get related PubMed articles for a specific PMID using elink. Returns a list of computationally similar articles based on title, abstract, and MeSH terms. Use this to discover additional relevant literature, find similar studies, or explore a research topic more comprehensively. The algorithm identifies articles with similar content, methodology, or subject matter. Find PMIDs using PubMed_search_articles.
Livelast probed 2026-04-30 23:07Z· 88msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of related articles to return (default: 20, max: 100).",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"pmid": {
"description": "PubMed ID (PMID) for which to find related articles (e.g., '20210808', '19879512'). Find PMIDs using PubMed_search_articles.",
"type": "string"
}
},
"required": [
"pmid"
],
"type": "object"
}Examples (1)
Default PubMed Get Related call
public-safeinput
{
"limit": 3,
"pmid": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PubMed_get_related
- Tool name
- PubMed_get_related
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse