mcp_enrich_bib_entry
Scrapes metadata from arXiv, DBLP, and CrossRef to enrich a BibTeX citation with missing fields like DOI and venue.
Instructions
Enrich a bibliography entry by scraping metadata.
Args: cite_key: The citation key for the entry title: Paper title to search for arxiv_id: arXiv ID (e.g., 2401.12345) doi: DOI of the paper
Returns: BibTeX string with enriched metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | No | ||
| title | No | ||
| arxiv_id | No | ||
| cite_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |