You're viewing a demo portfolio

Join the waitlist
PRSM

get_summary

Active

Tool of mcp-pubmed

declared in 0.1.0

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\")"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-pubmed

https://github.com/pipeworx-io/mcp-pubmed

2/7 registries
View full server →