search
Search CAN-IMMUNE for genes and cell lines (ChatGPT connector interface).
Returns {results: [{id, title, url}]} combining matching genes and cell lines,
each with a stable `id` (like 'gene:TP53' or 'cell_line:MDA-MB-231'). Pass that
`id` to `fetch` to retrieve the full record. This is the generic search endpoint
ChatGPT expects; MCP-native clients can also use the more specific `search_genes`
/ `search_cell_lines` tools.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text query matching a gene symbol/name or a cell-line name, e.g. 'BRAF' or 'MDA-MB-231'. |