pub fn zotero_get_bibtex(args: &Value, ctx: &ServerContext) -> ToolCallResultExpand 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).