get_related_articles
Find related biomedical articles in PubMed using NCBI's co-citation and text similarity algorithm. Input a PubMed ID to discover relevant research articles with brief metadata.
Instructions
Find PubMed articles related to a given article.
Uses NCBI's "similar articles" algorithm (co-citation and text similarity).
Args: pmid: The PubMed ID of the reference article. max_results: Number of related articles to return (1-50, default 10).
Returns: A ranked list of related articles with brief metadata. Returns an error message if the PMID is invalid or not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmid | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |