You're viewing a demo portfolio

Join the waitlist
PRSM

paper_get_text

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Return the full text of an indexed open-access paper by its corpus key (e.g. 'arxiv:2310.12345'), paginated by passage. Use from_seq + max_passages to page through it. For works not indexed locally, returns a pointer to find the open-access URL via paper_search / paper_details.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "paper_key"
  ],
  "properties": {
    "from_seq": {
      "type": "number",
      "description": "Passage index to start from (0-based, default 0)."
    },
    "paper_key": {
      "type": "string",
      "description": "Corpus key of an indexed paper, e.g. 'arxiv:2310.12345' or 'pmc:PMC1234567'."
    },
    "max_passages": {
      "type": "number",
      "description": "Maximum passages to return per call (default 40, max 200)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
paper_get_text — io.github.blackboxfoundry/livedatalink — PRSM MCP