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
Name | Required | Description | Default |
---|---|---|---|
author_name | Yes | ||
include_bibtex | No | ||
max_results | No | ||
similarity_threshold | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP-DBLP
Related Tools
- @szeider/mcp-dblp
- @andybrandt/mcp-simple-arxiv
- @szeider/mcp-dblp
- @afrise/academic-search-mcp-server
- @afrise/academic-search-mcp-server