Get Bibtex
get_bibtexExport BibTeX entries from your Zotero library, for specific items, a collection, or the full library. Optionally convert to BibLaTeX or include abstracts.
Instructions
Export BibTeX entries from your Zotero library.
Can export specific items, an entire collection, or your whole library. Use save_bibtex when the export should be written to a local file.
Args: item_keys: Optional list of item keys to export. If omitted, exports collection or full library. collection_id: Optional collection key to export all items from. include_abstract: Include abstracts in BibTeX output (default False to save tokens). biblatex: Convert output to BibLaTeX format (default False). Remaps fields like journal→journaltitle, address→location, and merges year+month into date. max_chars: Maximum response size; use save_bibtex for larger full-library exports
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| biblatex | No | ||
| item_keys | No | ||
| max_chars | No | ||
| collection_id | No | ||
| include_abstract | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |