Function zotero_get_bibtex

Source
pub fn zotero_get_bibtex(args: &Value, ctx: &ServerContext) -> ToolCallResult
Expand description

Export items as BibTeX/BibLaTeX — native implementation, no BBT needed.

This reads directly from SQLite and generates BibTeX in <1ms. The Python server routed this through BBT JSON-RPC (~300ms).