paper_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search ~250M scholarly works (papers, preprints, datasets) live via OpenAlex by keyword across title, abstract, and full text, with optional author, year, and open-access-only filters. Ranked by relevance. Returns each work's OpenAlex id, DOI, title, authors, venue, year, citation count, and a free full-text URL when open access. Use paper_fulltext_search to search inside the locally indexed open-access corpus.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"year": {
"type": "number",
"description": "Optional exact publication year, e.g. 2023."
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default 25, max 100)."
},
"query": {
"type": "string",
"description": "Keywords across title/abstract/fulltext, e.g. 'attention mechanism transformers', 'CRISPR off-target'."
},
"author": {
"type": "string",
"description": "Optional author-name fragment, e.g. 'Hinton', 'Doudna'."
},
"open_access_only": {
"type": "boolean",
"description": "If true, only return open-access works (default false)."
}
},
"additionalProperties": false
}Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries