What problem does it solve?
Researchers often need quick, targeted answers from NCBI databases without wading through massive raw API responses. This Skill submits compact Entrez E-Utilities requests and returns concise, readable summaries instead of overwhelming JSON or XML dumps.
Core Features & Use Cases
- Targeted Entrez Queries: Run esearch, esummary, efetch, elink, and einfo calls against PubMed, Gene, Protein, Nucleotide, PMC, and GEO databases with controlled result sizes.
- Compact Output: Automatically truncates and summarizes responses, rendering PMIDs and DOIs as clickable Markdown links in final answers.
- GEO Metadata Support: Query GEO DataSets and profiles through Entrez using db=gds or db=geoprofiles, with dedicated query patterns in the references.
- Use Case: Ask for recent PubMed articles on KRAS and colorectal cancer, and receive a concise list of linked PMIDs rather than a raw JSON payload.
Quick Start
Search PubMed for the ten most recent articles on TP53 in human cancer and summarize the results with linked PMIDs.