Back to catalog
Cortexa research tool·genomics·ncbi_nucleotide
NCBI Fetch Accessions
Convert GenBank UIDs to accession numbers (U00096, NC_045512, etc.). Takes UIDs from NCBI_search_nucleotide and returns actual accession numbers that can be used with database tools. Returns both EMBL/GenBank accessions (U*, M*, AJ*) that work with ENA Browser tools, and RefSeq accessions (NC_*, NM_*) for NCBI tools. Use this as second step after NCBI_search_nucleotide to get usable accession numbers.
Livelast probed 2026-04-30 23:07Z· 108msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"const": "fetch_accession",
"description": "Operation type (fixed: fetch_accession)"
},
"uids": {
"description": "GenBank UID(s) from NCBI_search_nucleotide. Can be single UID or array of UIDs.",
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
}
},
"required": [
"uids"
],
"type": "object"
}Examples (1)
Default NCBI Fetch Accessions call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NCBI_fetch_accessions
- Tool name
- NCBI_fetch_accessions
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse