get_gene
ActiveTool of Pombase
PomBase (fission yeast / S. pombe model-organism DB): look up a gene by its PomBase systematic id and return its product, protein domains (InterPro), deletion viability, UniProt id, and curation status. Keyless. NOTE: requires a systematic id like "SPAC1002.01" or "SPBC2F12.13" — standard gene names like "cdc2" are NOT resolved by this API. Complements SGD (budding yeast).
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "A PomBase systematic id, e.g. \"SPAC1002.01\" or \"SPBC2F12.13\". Standard names (\"cdc2\") are not accepted."
}
}
}Parent server
Pombase
https://github.com/pipeworx-io/mcp-pombase
1/7 registries