search_fulltext
Search the full body text of indexed PDFs using keywords to find methodological details or specific terms, returning highlighted snippets from matching papers.
Instructions
Full-text keyword search across all indexed PDFs.
Exact KEYWORD search across the full body text of your indexed PDFs. For
meaning-based (semantic/vector) PDF search use search_pdf_knowledge; for
reference metadata only use search_library.
Searches the library_fulltext table for papers containing your keywords.
More powerful than title/abstract search — finds methodological details
in the body of papers.
Args:
query: Keywords to search for, space-separated (words shorter than three
letters and common stop-words are ignored).
max_results: Maximum number of results to return (default 10).
Returns:
A single TextContent listing each matching paper's title (or filename)
with a highlighted snippet around the first matched keyword, or a
"no results" / "no usable keywords" message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |