Expand description
Read-only MCP tools — pure SQLite, sub-millisecond.
These are the tools that benefit from the Rust rewrite. Each one
reads directly from zotero.sqlite and better-bibtex.migrated,
bypassing the BBT JSON-RPC bottleneck entirely.
§Citekey resolution pattern
Most tools accept a citekey parameter. Resolution:
- Look up citekey in
bbt.migrated→ get item_key - Look up item_key in
zotero.sqlite→ get full item
Both are SQLite reads, total ~0.1ms.