search_library_papers
Search a local database of AI/ML papers by keywords. Display titles or abstracts, and sort results by relevance or date.
Instructions
Search the local paper database by keywords. Indexed conferences: none
Return paper list with title (and abstract). Source of each paper is also provided.
Args:
query: Search keywords.
mode: Result display mode: "title_only" (default), "abbr_abs" (abbreviated abstracts), or "full_abs" (full abstracts).
order_by: "relevance" (default) or "date" (relevance-tiered, then newest first).
page: 1-based page number (mutually exclusive with start_from).
start_from: Paper index (not page index) to start from (mutually exclusive with page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | title_only | |
| page | No | ||
| query | Yes | ||
| order_by | No | relevance | |
| start_from | No |