search_publications
ActiveTool of mcp-dblp
declared in 0.1.0
Search DBLP publications. Match by title / author / year / venue. Default page size 30, max 1000.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "deep learning neural networks"
},
{
"hits": 50,
"first": 0,
"query": "Yann LeCun"
}
],
"required": [
"query"
],
"properties": {
"hits": {
"type": "number",
"description": "Results per page, 1-1000 (default 30)"
},
"first": {
"type": "number",
"description": "0-based offset (default 0)"
},
"query": {
"type": "string",
"description": "Search term — title / author / DOI / venue"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-dblp
https://github.com/pipeworx-io/mcp-dblp
2/7 registries