ncbi_efetch
Fetch full biological records and sequences from NCBI databases using efetch. Supports multiple output formats like XML, FASTA, and 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`) |