search_gene
Retrieve gene information from NCBI Gene database including function, synonyms, and chromosomal location.
Instructions
Search NCBI Gene database for gene information.
═══════════════════════════════════════════════════════════════ USE CASES: ═══════════════════════════════════════════════════════════════
Look up gene function and description
Find gene aliases and official symbols
Get chromosome location
Find genes by name or function
Args: query: Gene name, symbol, or function keyword organism: Filter by organism (e.g., "human", "Homo sapiens", "mouse") limit: Maximum results (1-50)
Returns: JSON with gene records including symbols, names, locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| organism | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |