library_search
Search papers offline by keyword across title, authors, and abstract. Returns matching records from your local library without network calls.
Instructions
Search the local paper library (SQLite) by keyword.
Searches across title, authors, and abstract of all previously fetched papers. This is an offline operation — no network calls are made.
Args: keyword: Search keyword (matched against title/authors/abstract). limit: Maximum number of results to return (default: 50). Returns: List of matching paper records from the local library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| keyword | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |