Back to catalog
Cortexa research tool·cs ml·dblp
DBLP Search Publications
Search DBLP Computer Science Bibliography for publications. Returns publications with title, authors, year, venue, URL, and electronic edition link.
Livelast probed 2026-05-01 01:00Z· 626msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 626ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 10,
"description": "Number of publications to return. This sets the maximum number of publications retrieved from DBLP.",
"type": "integer"
},
"query": {
"description": "Search query for DBLP publications. Use keywords separated by spaces to refine your search.",
"type": "string"
}
},
"required": [
"query",
"limit"
],
"type": "object"
}Examples (1)
Default DBLP Search Publications call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DBLP_search_publications
- Tool name
- DBLP_search_publications
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse