Search CS Papers
dblp.cs.searchSearch over 7 million computer science publications from DBLP by title, keyword, or topic. Retrieve metadata including authors, venue, year, and DOI.
Instructions
Search 7M+ computer science publications on DBLP by title, keyword, or topic. Returns title, authors, venue (NeurIPS, ICML, CVPR, ACL, etc.), year, DOI. The largest CS-specific bibliography — covers journals, conferences, and workshops (DBLP, CC0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query — paper title, keyword, or topic (e.g. "transformer attention", "graph neural network", "LLM reasoning") | |
| year | No | Filter by publication year (e.g. 2024) | |
| limit | No | Number of results (1-50, default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |