gene_get
Retrieve comprehensive gene information by providing an official HGNC gene symbol. Supports optional sections, alias resolution with smart mode, and configurable result limits.
Instructions
Get detailed gene information by symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Official HGNC gene symbol (e.g., "BRAF", "TP53", "ERBB2"). Common aliases like "HER2" or "NEU" are NOT accepted unless smart=true is enabled. | |
| sections | No | Sections to include | |
| limit | No | ||
| smart | No | When true, automatically resolves gene aliases and common names to the official HGNC symbol before lookup (e.g., "HER2" → "ERBB2"). Zero overhead when input is already a valid HGNC symbol. |