Export Bibliography
export_bibliographyExport Zotero items as formatted bibliographies or citation data in BibTeX, RIS, or CSL JSON, with styles like APA or IEEE. Select items by collection, tag, query, or keys; output is saved to a file.
Instructions
Export items as formatted bibliography or citation data.
Selection methods (use ONE):
itemKeys: Export specific items by their keys
collectionKey: Export all items in a collection
tag: Export all items with a specific tag
query: Export items matching a search query
exportAll: Export entire library (use with caution for large libraries)
Formats:
bibtex: BibTeX format for LaTeX
ris: RIS format for reference managers
csljson: CSL JSON for citation processors
bibliography: Formatted citation text (use 'style' parameter)
Common styles for bibliography: apa, chicago-author-date, ieee, vancouver, harvard
Output: Content is always saved to a file (to avoid flooding the conversation with large exports). Returns file path and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Export all items with this tag | |
| limit | No | Maximum items to export (default 100, max 500, ignored when exportAll=true) | |
| query | No | Export items matching this search query | |
| style | No | Citation style for bibliography format (e.g., apa, chicago-author-date, ieee) | |
| format | Yes | Export format | |
| itemKeys | No | Specific item keys to export | |
| exportAll | No | Export entire library (may be slow for large libraries) | |
| outputPath | No | File path to save the export. If not specified, saves to /tmp/zotero-export-{timestamp}{ext} | |
| collectionKey | No | Export all items in this collection |