paper_get_text
ActiveTool of io.github.blackboxfoundry/livedatalink
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
}Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries