get_reference
Pack: pombase · Endpoint: https://gateway.pipeworx.io/pombase/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
pmid | string | yes | A PubMed id, with or without the “PMID:” prefix, e.g. “PMID:11739790” or “11739790”. |
Example call
curl -X POST https://gateway.pipeworx.io/pombase/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_reference","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"pombase": {
"url": "https://gateway.pipeworx.io/pombase/mcp"
}
}
}
See Getting Started for client-specific install steps.