search_cell_lines
Find cancer cell lines by name, ranked by mutation burden.
Returns each matching cell line with its tissue of origin, cancer type, total
mutations, unique mutant peptides, data sources (COSMIC / DepMap-CCLE / PubMed),
and Cellosaurus ID. Covers only cell-line models (kept separate from primary
tissue samples). Use before `get_cell_line` or `top_genes_in_cell_line`. 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 | Cell-line name or fragment, e.g. 'MDA-MB-231', 'HeLa', 'A549'. Case-insensitive, partial matches allowed; hyphen/spacing variants are normalized. |