get_reference
ActiveTool of Pombase
declared in 0.1.0
PomBase: look up a curated S. pombe publication by its PubMed id (e.g. "PMID:11739790") and return its title, citation, authors, year, abstract, and how many genes it annotates. Keyless.
Parameters schema
{
"type": "object",
"required": [
"pmid"
],
"properties": {
"pmid": {
"type": "string",
"description": "A PubMed id, with or without the \"PMID:\" prefix, e.g. \"PMID:11739790\" or \"11739790\"."
}
}
}Parent server
Pombase
https://github.com/pipeworx-io/mcp-pombase
1/7 registries