search_arxiv_to_collection
Search arXiv for papers matching a query and add them to a specified Zotero collection, creating the collection if needed. Control result count with max_results.
Instructions
Search arXiv and add results to a Zotero collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | arXiv search query (e.g., 'machine learning healthcare') | |
| max_results | No | Maximum papers to add (default: 50) | |
| collection_name | Yes | Target Zotero collection name | |
| create_collection | No | Create collection if it doesn't exist (default: true) |