get_summary
ActiveTool of mcp-pubmed
Resolve PubMed IDs (from search_pubmed) to citation metadata: title, authors, journal, publication date, DOI. Batch up to ~200 IDs per call as a comma-separated string — much cheaper than calling per-ID. Use when you have PMIDs and need the citation; for the abstract text use get_abstract instead.
Parameters schema
{
"type": "object",
"examples": [
{
"ids": "33579999,34567890"
}
],
"required": [
"ids"
],
"properties": {
"ids": {
"type": "string",
"description": "Comma-separated PubMed IDs (e.g., \"33579999,34567890\")"
}
}
}Parent server
mcp-pubmed
https://github.com/pipeworx-io/mcp-pubmed
2/7 registries