search
Find bibliographic entries in a JabRef library by query, author, year range, or tag, and retrieve matching records as formatted citation lines.
Instructions
Search the JabRef library. Returns matching entries as 'key | authors | year | title | venue | doi'.
Args:
query: space-separated terms; every term must match (AND). Matches case-insensitively across all fields
(title, author, keywords, abstract, ...) unless field is given.
field: restrict the search to a single BibTeX field, e.g. "title", "author", "year", "doi", "abstract".
author: only entries whose author field contains this substring.
year: exact year match (single entry year).
year_from / year_to: inclusive year range.
tag: only entries whose keywords/tags contain this substring.
limit: maximum number of results (0 = no limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| year | No | ||
| field | No | ||
| limit | No | ||
| query | No | ||
| author | No | ||
| year_to | No | ||
| year_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |