build_advanced_query
Construct a complex arXiv search query by combining keywords across titles, authors, abstracts, categories, or all fields. Useful for precise paper retrieval.
Instructions
Build an advanced search query using multiple fields.
Args:
title_keywords: Keywords to search in paper titles
author_name: Author name to search for
abstract_keywords: Keywords to search in abstracts
category: arXiv category to filter by
all_fields: Keywords to search across all fields
Returns:
The constructed query string that can be used with search_papers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title_keywords | No | ||
| author_name | No | ||
| abstract_keywords | No | ||
| category | No | ||
| all_fields | No |