get_gene
ActiveTool of Cbioportal
declared in 0.1.0
Resolve a gene to its Entrez gene id and canonical info via cBioPortal. Accepts a HUGO symbol (e.g. "TP53", "BRCA1") or an Entrez gene id. Returns entrez_gene_id, symbol, and type.
Parameters schema
{
"type": "object",
"required": [
"gene"
],
"properties": {
"gene": {
"type": "string",
"description": "HUGO gene symbol (e.g. \"TP53\") or Entrez gene id."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cbioportal
https://github.com/pipeworx-io/mcp-cbioportal
1/7 registries