You're viewing a demo portfolio

Join the waitlist
PRSM

get_full_text

Active

Tool of mcp-pubmed

declared in 0.1.0

Fetch the FULL TEXT of a biomedical paper from PubMed Central (the open-access subset) by PubMed ID. PREFER OVER get_abstract when you need methods/results/discussion, not just the abstract — "read the full paper", "what methods did <PMID> use", "extract details from the paper". Resolves the PMID to its PMC id and returns the article body text (capped ~40k chars). Only open-access articles are in PMC — returns has_full_text:false (use get_abstract) otherwise.

Parameters schema

{
  "type": "object",
  "required": [
    "pmid"
  ],
  "properties": {
    "pmid": {
      "type": "string",
      "description": "PubMed ID (e.g. \"34265844\") or a PMC id (\"PMC8371605\")."
    }
  }
}

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 →
get_full_text — mcp-pubmed — PRSM MCP