Skip to main content
Glama

fuzzy_title_search

Find DBLP publications with approximate title matches by specifying a similarity threshold, year range, or venue filter. Customize results with BibTeX entries and control the number of outputs for precise academic research.

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

TableJSON Schema
NameRequiredDescriptionDefault
include_bibtexNo
max_resultsNo
similarity_thresholdYes
titleYes
venue_filterNo
year_fromNo
year_toNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: the search is case-insensitive, returns results sorted by similarity score, includes optional BibTeX entries, and applies filters for year and venue. It also specifies default values (e.g., max_results default is 10, include_bibtex default is false). However, it doesn't mention potential limitations like rate limits, error conditions, or authentication needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded with the core purpose in the first sentence. The parameter explanations are structured as a bulleted list, which is clear and efficient. However, the 'Returns' statement could be integrated more seamlessly, and there's minor redundancy in specifying 'case-insensitive' for both title and venue_filter separately.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with 7 parameters, no annotations, and no output schema, the description is largely complete. It covers the tool's purpose, all parameter semantics, and key behavioral aspects like sorting and defaults. The main gap is the lack of output details (only mentions 'publication objects' without specifying structure), but given the complexity and absence of an output schema, this is a minor shortfall.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Given the schema description coverage is 0%, the description compensates fully by providing detailed semantics for all 7 parameters. It explains each parameter's purpose, data types, requirements, defaults, and constraints (e.g., similarity_threshold range 0-1, case-insensitive matching for title and venue_filter). This adds significant value beyond the bare schema, making the parameters well-understood.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Search DBLP for publications with fuzzy title matching.' This specifies the verb ('search'), resource ('publications'), and method ('fuzzy title matching'), distinguishing it from sibling tools like 'search' (which lacks the fuzzy matching specification) and 'get_author_publications' (which focuses on authors rather than titles).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the mention of 'fuzzy title matching' and the parameter explanations, suggesting it's for finding publications when the exact title isn't known. However, it doesn't explicitly state when to use this tool versus alternatives like the generic 'search' tool or 'get_author_publications', nor does it provide exclusions or prerequisites for use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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