find_citing_articles
Retrieve citing articles for a PubMed ID to track research impact and discover follow-up studies.
Instructions
Find articles that cite a given PubMed article. Uses PubMed Central's citation data to find papers that reference this article.
═══════════════════════════════════════════════════════════════ 📈 FORWARD CITATION SEARCH (Impact Tracking) ═══════════════════════════════════════════════════════════════
Direction: Source Paper → Papers that cite it (FORWARD in time)
USE CASES: ──────────
🔬 Track research impact: Who built on this work?
📊 Find follow-up studies: What happened after this discovery?
🔄 Identify controversies: Papers that challenge or refute findings
📚 Literature review: Ensure you have the latest developments
COMPLEMENTARY TOOLS: ────────────────────
get_article_references(): BACKWARD search (what this paper cited)
find_related_articles(): Similar papers (topic-based, not citation-based)
═══════════════════════════════════════════════════════════════ EXAMPLE: ═══════════════════════════════════════════════════════════════
Find papers that cite a landmark CRISPR paper
find_citing_articles(pmid="23287718", limit=20) → Returns papers published AFTER 2012 that reference this work
Then analyze citation metrics
get_citation_metrics(pmids="last") → See which citing papers are most influential
Args: pmid: PubMed ID of the source article (accepts: "12345678", "PMID:12345678", 12345678). limit: Maximum number of citing articles to return (1-100, default: 10).
Returns: List of citing articles with details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmid | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |