search_library
Search academic papers in your Zotero library by title and abstract using BM25 ranking. Filter results by collection or item type to find relevant research.
Instructions
BM25 ranked search over Zotero library items by title and abstract.
Args: query: Search keywords (e.g. "transformer attention" not "what papers discuss attention?") collection_key: Optional Zotero collection key to filter results item_type: Optional item type filter (e.g. "journalArticle", "preprint", "conferencePaper") limit: Maximum results to return (default: 10)
Returns: JSON with ranked search results including title, creators, date, score, and truncated abstract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| collection_key | No | ||
| item_type | No | ||
| limit | No |