get_abstract
ActiveTool of mcp-pubmed
Full abstract text for one PubMed article by ID. Returns the abstract with structured sections (background, methods, results, conclusions) when the journal published it that way, otherwise the unstructured abstract. Use when summarizing a single paper or answering "what does paper X actually say". For batch citation metadata use get_summary; for finding papers use search_pubmed.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "33579999"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "A single PubMed ID (e.g., \"33579999\")"
}
}
}Parent server
mcp-pubmed
https://github.com/pipeworx-io/mcp-pubmed
2/7 registries