ncbi_efetch
Retrieve complete biological records from NCBI databases by providing IDs and selecting formats such as XML, FASTA, or GenBank.
Instructions
Fetch full records using efetch. Returns actual data (sequences, records, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | Alias for `database`. | |
| ids | No | IDs to fetch. Accepts either a list of strings (e.g., ["123", "456"]) or a comma-separated string ("123,456"). | |
| retmode | No | Return mode (text, xml, json where applicable) | text |
| rettype | No | Return type (xml, fasta, gb, etc.) | xml |
| database | No | NCBI database name (alias: `db`) |