fuzzy_title_search
Find DBLP publications using fuzzy title matching with adjustable similarity thresholds, year ranges, and venue filters. Returns relevant results with optional BibTeX entries.
Instructions
Search DBLP for publications with fuzzy title matching. Arguments:
- title (string, required): Full or partial title of the publication (case-insensitive).
- similarity_threshold (number, required): A float between 0 and 1 where 1.0 means an exact match.
- 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.
- include_bibtex (boolean, optional): Whether to include BibTeX entries in the results. Default is false. Returns a list of publication objects sorted by title similarity score.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_bibtex | No | ||
max_results | No | ||
similarity_threshold | Yes | ||
title | Yes | ||
venue_filter | No | ||
year_from | No | ||
year_to | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP-DBLP
Related Tools
- @szeider/mcp-dblp
- @szeider/mcp-dblp
- @szeider/mcp-dblp
- @szeider/mcp-dblp
- @andybrandt/mcp-simple-arxiv