Skip to main content
Glama

MCP-DBLP

get_author_publications

Retrieve detailed publication data for an author using partial or full name matching and adjustable similarity thresholds. Supports BibTeX inclusion and limits results to specified counts for efficient querying.

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" }

You must be authenticated.

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