cache_query
Query cached scholarly papers with field-specific filters to retrieve only needed metadata, reducing context usage. Specify fields like DOI, title, or year.
Instructions
Query cached papers with field filtering.
Returns minimal data to reduce context usage. Specify only fields needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cache name | |
| limit | No | Max results to return | |
| fields | No | Explicit field list (e.g., ["doi", "title", "year"]) | |
| journal | No | Filter by journal name (substring match) | |
| year_max | No | Filter by maximum year | |
| year_min | No | Filter by minimum year | |
| include_abstract | No | Include abstract (default: False) | |
| include_citations | No | Include citation_count (default: False) | |
| include_references | No | Include references list (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |