find_related_articles
ActiveTool of PubMed / MEDLINE Literature Search
Find articles related to a given PubMed article. Uses NCBI's computed similarity to find conceptually related papers. Useful for literature review expansion. Args: pmid: PubMed ID of the source article. limit: Maximum related articles to return (default 10, max 50).
Parameters schema
{
"type": "object",
"title": "find_related_articlesArguments",
"required": [
"pmid"
],
"properties": {
"pmid": {
"type": "string",
"title": "Pmid"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 10
}
}
}Parent server
PubMed / MEDLINE Literature Search
1/7 registries