Paper Search

fetch

Fetch full document content for a search result.

Remote adamamer20/paper-search-mcp-openai

Other tools also called fetch? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Id",
      "default": null
    },
    "document_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Document Id",
      "default": null
    }
  }
}