Skip to main content
Glama

MCP-DBLP

search

Search the DBLP computer science bibliography for publications using a boolean query string. Filter results by year range, venue, and include BibTeX entries. Retrieve publication details such as title, authors, and DOI.

Instructions

Search DBLP for publications using a boolean query string. Arguments:

  • query (string, required): A query string that may include boolean operators 'and' and 'or' (case-insensitive). For example, 'Swin and Transformer'. Parentheses are not supported.

  • max_results (number, optional): Maximum number of publications to return. Default is 10.

  • year_from (number, optional): Lower bound for publication year.

  • year_to (number, optional): Upper bound for publication year.

  • venue_filter (string, optional): Case-insensitive substring filter for publication venues (e.g., 'iclr').

  • include_bibtex (boolean, optional): Whether to include BibTeX entries in the results. Default is false.

Returns a list of publication objects including title, authors, venue, year, type, doi, ee, and url.

Input Schema

NameRequiredDescriptionDefault
include_bibtexNo
max_resultsNo
queryYes
venue_filterNo
year_fromNo
year_toNo

Input Schema (JSON Schema)

{ "properties": { "include_bibtex": { "type": "boolean" }, "max_results": { "type": "number" }, "query": { "type": "string" }, "venue_filter": { "type": "string" }, "year_from": { "type": "number" }, "year_to": { "type": "number" } }, "required": [ "query" ], "type": "object" }

Other Tools from MCP-DBLP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/szeider/mcp-dblp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server