search_reference
Search academic databases for research papers and get ready-to-use BibTeX citations. Find papers by title, author, or year with complete metadata.
Instructions
Search academic literature databases (DBLP, Semantic Scholar, arXiv, OpenAlex) to find research papers and return properly formatted BibTeX citations.
Use this tool when the user needs:
Academic citations for research papers, articles, or publications
BibTeX entries for bibliography management
Information about specific papers (authors, venue, publication year, abstract)
Literature search results from computer science and AI databases
The tool automatically searches all major academic databases, deduplicates results, and ranks by relevance. Each result includes complete bibliographic metadata and a ready-to-use BibTeX citation.
Args: query: Academic search terms (paper titles, author names, years or any combination of them yields the best results). max_results: Number of results to return (1-100, default 20). Use lower values (5-10) for focused searches. year: Optional year filter. If provided, returns papers published in this year. author: Optional author name filter. If provided, returns papers by authors matching this name.
Returns: Dictionary with query, total_results count, and array of references containing: - Complete bibliographic data (title, authors, year, venue, DOI, etc.) - Abstract text when available - Formatted BibTeX citation ready for use - Citation count - Source databases that found this reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| query | Yes | ||
| author | No | ||
| max_results | No |