Paper Search

read_biorxiv_paper

Read and extract text content from a bioRxiv paper PDF. Args: paper_id: bioRxiv DOI. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.

Remote adamamer20/paper-search-mcp-openai

Other tools also called read_biorxiv_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"
    }
  }
}