Search GenCC Genes
search_genesSearch the GenCC gene catalog by symbol, partial symbol, or HGNC ID to get ranked genes with assertion roll-ups, disease counts, and conflict flags. Resolve free text before fetching detailed curations.
Instructions
Search the GenCC gene catalog by approved symbol, partial symbol, or HGNC id. Returns ranked genes with assertion roll-ups (number of diseases, submitters, strongest classification, conflict flag). Use to resolve free text before get_gene_curations. Page large result sets via the release-bound truncated.next_cursor (surfaced as _meta.next_commands[0]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows per page (1-200; above 200 is clamped). | |
| query | Yes | Gene symbol, partial symbol, or HGNC id to search for. | |
| cursor | No | Opaque, release-bound page token from a prior truncated.next_cursor. | |
| offset | No | Zero-based row offset for paging. | |
| response_mode | No | Verbosity: minimal | compact | standard | full. | compact |