export_citations
Export library references as a BibTeX citation file for import into reference managers, LaTeX, or Word. Solves the citation export gap by generating a .bib file from your library.
Instructions
Export library references as a citation file (BibTeX).
Closes the "no citation-style export" gap: produces a .bib you can import
into Word (via Zotero/Mendeley), LaTeX/Overleaf, or any reference manager,
and use for cite-while-you-write.
Args:
query: Optional keyword filter over title/authors/journal. Empty = all.
tag: Optional tag filter (substring match on the tags field).
collection: Optional collection-name filter.
fmt: Output format — currently "bibtex" (RIS available via mine_references).
limit: Max records to export (default 500).
Writes the file to outputs/exports/ and returns its path + a preview.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| tag | No | ||
| collection | No | ||
| fmt | No | bibtex | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |