search_iacr
Search academic papers from IACR ePrint Archive.
Args:
query: Search query string (e.g., 'cryptography', 'secret sharing').
max_results: Maximum number of papers to return (default: 10).
fetch_details: Whether to fetch detailed information for each paper (default: True).
Returns:
List of paper metadata in dictionary format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| fetch_details | No |