find_related_articles
Discover similar research papers by analyzing topics, MeSH terms, and authors. Input a PubMed ID to get algorithmically related articles.
Instructions
Find articles related to a given PubMed article. Uses PubMed's "Related Articles" feature to find similar papers.
═══════════════════════════════════════════════════════════════ 🔗 CITATION NETWORK EXPLORATION WORKFLOW ═══════════════════════════════════════════════════════════════
This is ONE of THREE tools for exploring citation networks:
1️⃣ find_related_articles() ← YOU ARE HERE │ 📌 Algorithm-based similarity (like PubMed "Similar Articles") │ 📌 Finds papers with similar topics, MeSH terms, authors │ 📌 Good for: Discovering related research you might have missed └─► Returns: Similar papers (not based on citations)
2️⃣ find_citing_articles() │ 📌 Forward citation search (who cited THIS paper?) │ 📌 Finds papers published AFTER the source article │ 📌 Good for: Tracking impact, finding follow-up studies └─► Returns: Papers that cite this article
3️⃣ get_article_references() │ 📌 Backward citation search (what did THIS paper cite?) │ 📌 Finds papers published BEFORE the source article │ 📌 Good for: Finding foundational papers, methodology sources └─► Returns: This article's bibliography
═══════════════════════════════════════════════════════════════ EXAMPLE WORKFLOW: ═══════════════════════════════════════════════════════════════
Step 1: Start with a key paper find_related_articles(pmid="23132851") → Find similar research directions
Step 2: Explore backward (foundations) get_article_references(pmid="23132851") → Find the foundational papers it builds on
Step 3: Explore forward (impact) find_citing_articles(pmid="23132851") → Find how the field developed after this paper
Args: pmid: PubMed ID of the source article (accepts: "12345678", "PMID:12345678", 12345678). limit: Maximum number of related articles to return (1-50, default: 5).
Returns: List of related articles with details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmid | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |