get_cited_by
ActiveTool of PubMed / MEDLINE Literature Search
Find articles that cite a given PubMed article. Useful for tracking the impact and follow-up research of a key publication. Args: pmid: PubMed ID of the article to find citations for. limit: Maximum citing articles to return (default 20, max 100).
Parameters schema
{
"type": "object",
"title": "get_cited_byArguments",
"required": [
"pmid"
],
"properties": {
"pmid": {
"type": "string",
"title": "Pmid"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 20
}
}
}Parent server
PubMed / MEDLINE Literature Search
1/7 registries