Function zotero_get_bibliography

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

Generate formatted bibliography — native for APA/IEEE, BBT fallback for others.

§Style resolution

  1. If style is APA or IEEE → native formatting (sub-millisecond, no Zotero needed)
  2. If style is anything else → BBT JSON-RPC fallback (requires Zotero running)

§Reference

APA implementation follows: https://apastyle.apa.org/style-grammar-guidelines/references IEEE implementation follows: https://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE-Reference-Guide.pdf For verification against the reference CSL engine, compare with BBT’s output.