search_by_topic
Locate academic papers by topic with optional date range and result limit. Retrieve structured search results for integration with AI models.
Instructions
Search for papers by topic with optional date range.
Note: Query length is limited to 300 characters. Longer queries will be automatically truncated.
Args:
topic (str): Search query (max 300 chars)
year_start (int, optional): Start year for date range
year_end (int, optional): End year for date range
limit (int, optional): Maximum number of results to return (default 10)
Returns:
str: Formatted search results or error message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
topic | Yes | ||
year_end | No | ||
year_start | No |