You're viewing a demo portfolio

Join the waitlist
PRSM

paper_fulltext_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search INSIDE the indexed open-access corpus (arXiv + PubMed Central OA full text) for a phrase or keywords and get back the matching passages, each with the paper title, authors, and a snippet around the match. This is the headline feature: agents can find where a finding or method is discussed across open-access papers. Optionally restrict to one paper by paper_key.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum passages to return (default 10, max 50)."
    },
    "query": {
      "type": "string",
      "description": "Phrase or keywords to find inside the papers, e.g. 'scaled dot-product attention', 'gradient checkpointing'."
    },
    "paper_key": {
      "type": "string",
      "description": "Optional: restrict the search to a single indexed paper by its corpus key, e.g. 'arxiv:2310.12345'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

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