Paper Search

read_crossref_paper

Attempt to read and extract text content from a CrossRef paper. Args: paper_id: CrossRef DOI (e.g., '10.1038/nature12373'). save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: Message indicating that direct paper reading is not supported. Note: CrossRef is a citation database and doesn't provide direct paper content. Use the DOI to access the paper through the publisher's website.

Remote adamamer20/paper-search-mcp-openai

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