Back to catalog
Cortexa research tool·genomics·ena_portal
ENAPortal Search Studies
Search the European Nucleotide Archive (ENA) for sequencing studies using text queries or taxonomy filters. Returns study accessions, titles, submitting centers, and publication dates. ENA is the world's largest repository of nucleotide sequences (>3 billion records). Supports powerful query syntax: use 'description="keyword"' for text search, 'tax_tree(TAXID)' for taxonomy-based queries, or combine with AND/OR. Example: searching 'description="SARS-CoV-2"' returns COVID-19 sequencing studies.
Livelast probed 2026-04-30 23:07Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"fields": {
"description": "Comma-separated fields to return. Default: 'study_accession,study_title,center_name,first_public,description'. Other fields: 'last_updated,tax_id,scientific_name'.",
"type": [
"string",
"null"
]
},
"limit": {
"description": "Maximum results to return (1-100, default 10).",
"type": [
"integer",
"null"
]
},
"query": {
"description": "ENA search query. IMPORTANT: Plain text keywords (e.g., 'cancer') will cause HTTP 400. Always wrap text keywords with description=\"...\". Examples: 'description=\"cancer\"', 'tax_tree(9606)' (human), 'description=\"transcriptomics\" AND tax_tree(10090)' (mouse transcriptomics).",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default ENAPortal Search Studies call
public-safeinput
{
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ENAPortal_search_studies
- Tool name
- ENAPortal_search_studies
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse