export_citations
Export library references as a BibTeX citation file for import into LaTeX, Word, or reference managers. Filter by keywords, tags, or collections.
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 |