Back to catalog
Cortexa research tool·genomics·ncbi_gene
NCBIGene Search
Search the NCBI Gene database using the E-utilities API. Find gene IDs (Entrez Gene IDs) by gene symbol, name, or keyword combined with an organism filter. Returns a list of matching Gene IDs that can be used with NCBIGene_get_summary. Essential for resolving gene names to standardized NCBI Gene IDs. Example: searching 'TP53' in Homo sapiens returns Gene ID 7157; 'BRCA1' returns 672.
Livelast probed 2026-04-30 23:07Z· 113msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 113ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"retmax": {
"description": "Maximum number of results to return (default 10, max 100).",
"type": "integer"
},
"term": {
"description": "Search query. Use gene symbol with organism filter for best results. Format: 'GENE[Symbol] AND Organism[Organism]'. Examples: 'TP53[Symbol] AND Homo sapiens[Organism]', 'BRCA1[Symbol] AND Homo sapiens[Organism]', 'insulin AND Homo sapiens[Organism]', 'EGFR AND Mus musculus[Organism]'.",
"type": "string"
}
},
"required": [
"term"
],
"type": "object"
}Examples (1)
Default NCBIGene Search call
public-safeinput
{
"retmax": 1,
"term": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NCBIGene_search
- Tool name
- NCBIGene_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse