Back to catalog
Cortexa research tool·genomics·ncbi_nucleotide
NCBI Get Sequence
Retrieve DNA/RNA sequence data from NCBI by accession number. Returns sequences in specified format (fasta, gb, embl). Works with both EMBL/GenBank accessions (U00096, M15390) and RefSeq accessions (NC_045512, NM_000546). Use this to get actual sequence data after finding accessions with NCBI_search_nucleotide. Returns full sequence with annotations depending on format.
Livelast probed 2026-04-30 23:07Z· 118msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 118ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accession": {
"description": "NCBI accession number (e.g., 'U00096', 'NC_045512', 'NM_000546'). Works with GenBank, EMBL, and RefSeq accessions.",
"type": "string"
},
"format": {
"default": "fasta",
"description": "Sequence format: 'fasta' for FASTA, 'gb' for GenBank, 'embl' for EMBL, 'gp' for GenPept protein. Default: fasta",
"enum": [
"fasta",
"gb",
"embl",
"gp"
],
"type": "string"
},
"operation": {
"const": "fetch_sequence",
"description": "Operation type (fixed: fetch_sequence)"
}
},
"required": [
"accession"
],
"type": "object"
}Examples (1)
Default NCBI Get Sequence call
public-safeinput
{
"accession": "P38398"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NCBI_get_sequence
- Tool name
- NCBI_get_sequence
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse