search_papers
Search academic papers by query, with optional year filter and collection selection. Retrieve matched text chunks for direct evidence extraction.
Instructions
Search papers by query (and optional year).
Args:
query: Search string.
year: Optional year filter.
limit: Maximum results to return.
collection_ids: Collections to search. Defaults to ['anthology']. Pass multiple
for cross-collection searches (when other collections are available).
include_chunks: When True, each result includes the retrieved chunks that
contributed to its match in matched_chunks (list of {text, score}).
Useful for feeding evidence directly into a local extractor or
downstream summarizer. Free — no LLM, no quota cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| query | Yes | ||
| collection_ids | No | ||
| include_chunks | No |