What problem does it solve?
Researchers often need quick, autocomplete-style human gene lookups without pulling full Entrez Gene records. This Skill submits compact requests to the NCBI Clinical Tables gene API and returns concise, paginated summaries instead of overwhelming raw payloads.
Core Features & Use Cases
- Autocomplete-style gene search: Submit a term like TP53 or BRCA and receive matching GeneIDs, symbols, and descriptions.
- Pagination and field selection: Control result size with count and offset, and choose returned fields via df, ef, and sf parameters.
- Raw payload saving: Optionally save the full JSON response to a file path instead of flooding the chat with large arrays.
- Use Case: A bioinformatics researcher wants the GeneID, symbol, and chromosome for genes matching "kinase", ten results at a time, and pages through results with offset.
Quick Start
Ask the assistant to search NCBI Clinical Tables for the gene TP53 and return the GeneID, symbol, and description for the first ten matches.