fetch
Fetch the full record for an id returned by search (ChatGPT connector interface).
Takes an id like 'gene:TP53' or 'cell_line:MDA-MB-231' and returns
{id, title, text, url, metadata} where `text` is the full JSON profile (same data
as get_gene / get_cell_line). Always call `search` first to obtain a valid id.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | An id from a `search` result, formatted 'gene:<SYMBOL>' or 'cell_line:<NAME>', e.g. 'gene:TP53' or 'cell_line:MDA-MB-231'. |