What problem does it solve? Finding and grounding scientific literature requires querying PubMed, resolving citations, and linking papers to genes, compounds, and sequences across NCBI databases, which is tedious and error-prone when done manually or through ad-hoc API calls. ## Core Features & Use Cases - Literature Search & Retrieval: Search PubMed with full NCBI query syntax, fetch abstracts and metadata in bulk, and retrieve open-access full text from PMC. - Cross-Database Linking: Traverse NCBI ELink connections from papers to genes, proteins, nucleotides, PubChem compounds, citing articles, and similar papers. - Citation & Utility Tools: Resolve messy bibliographic citations to PMIDs, spell-check biomedical terms, and cache large PMID sets on the NCBI History Server for bulk workflows. - Use Case: Given a research question about a drug, search PubMed for relevant trials, fetch and slim abstracts with jq, then link the top papers to PubChem compound IDs to identify the chemicals discussed. ## Quick Start Ask the agent to search PubMed for recent papers on a topic such as "mRNA vaccines melanoma" and summarize the abstracts of the top five results.