search_genes
Find genes by symbol or full name, ranked by how mutated they are.
Matches the gene symbol OR the full gene name (partial, case-insensitive) and
returns each hit with its total mutation count, unique mutant-peptide count,
sample count, and UniProt accession. Use it to locate a gene before calling
`get_gene`, or to rank a set of genes by mutation burden. Results are ordered by
mutation count (most mutated first).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (1-100). Default 20. | |
| query | Yes | Gene symbol or part of a gene name, e.g. 'TP53', 'BRAF', or 'kinase'. Case-insensitive, partial matches allowed. |