Skip to main content
Glama

MCP-DBLP

get_author_publications

Retrieve detailed publication data for a specific author using fuzzy matching. Specify author name, similarity threshold, and optional parameters like max results and BibTeX inclusion. Output includes publication count, top venues, years, and types.

Instructions

Retrieve publication details for a specific author with fuzzy matching. Arguments:

  • author_name (string, required): Full or partial author name (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 20.

  • include_bibtex (boolean, optional): Whether to include BibTeX entries in the results. Default is false. Returns a dictionary with keys: name, publication_count, publications, and stats (which includes top venues, years, and types).

Input Schema

NameRequiredDescriptionDefault
author_nameYes
include_bibtexNo
max_resultsNo
similarity_thresholdYes

Input Schema (JSON Schema)

{ "properties": { "author_name": { "type": "string" }, "include_bibtex": { "type": "boolean" }, "max_results": { "type": "number" }, "similarity_threshold": { "type": "number" } }, "required": [ "author_name", "similarity_threshold" ], "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