research_search_papers
Search arXiv for papers matching a query and import them into your local library with citation metrics and optional summaries.
Instructions
Search arXiv for papers matching query and import them into the local library. Returns a JSON list of imported papers with their arXiv IDs, titles, and citation counts (if enriched).
Args: query: arXiv search query (natural language or field-specific). max_results: Maximum papers to return (1–50, default 10). primary_category: Optional arXiv category filter (e.g. cs.LG). auto_enrich: If True, fetch Semantic Scholar metrics (slower). summarize: If True, generate summaries after import (much slower).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| summarize | No | ||
| auto_enrich | No | ||
| max_results | No | ||
| primary_category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |