pub fn zotero_get_bibliography(
args: &Value,
ctx: &ServerContext,
) -> ToolCallResultExpand description
Generate formatted bibliography — native for APA/IEEE, BBT fallback for others.
§Style resolution
- If style is APA or IEEE → native formatting (sub-millisecond, no Zotero needed)
- 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.