Paper Search

read_pubmed_paper

Read and extract text content from a PubMed paper. Args: paper_id: PubMed ID (PMID). save_path: Directory where the PDF would be saved (unused). Returns: str: Message indicating that direct paper reading is not supported.

Remote adamamer20/paper-search-mcp-openai

Other tools also called read_pubmed_paper? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "paper_id": {
      "type": "string",
      "title": "Paper Id"
    },
    "save_path": {
      "type": "string",
      "title": "Save Path",
      "default": "./downloads"
    }
  }
}