Get Gene Curations
get_gene_curationsRetrieve gene-disease validity assertions for a gene, grouped by disease, with consensus classification and conflict flag. Identify by approved symbol or HGNC CURIE.
Instructions
Return all GenCC gene-disease validity assertions for one gene, grouped by disease, each with a consensus classification across submitters and a conflict flag. Identify the gene with gene_symbol (an approved symbol OR an HGNC CURIE). Widen response_mode for the per-submitter breakdown. Page 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). | |
| cursor | No | Opaque, release-bound page token from a prior truncated.next_cursor. | |
| offset | No | Zero-based row offset for paging. | |
| gene_symbol | Yes | Gene identifier: an approved HGNC symbol (e.g. SKI) or an HGNC CURIE (e.g. HGNC:10896). Exact match; resolve free text with search_genes first. | |
| response_mode | No | Verbosity: minimal | compact | standard | full. | compact |