search_document
Search documents by query to find specific content. Returns matching lines with context and page numbers.
Instructions
Search for text within a document and return matching lines with context and approximate page numbers. Use this when you need to find specific content without reading the entire document. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | The document filename to search | |
| query | Yes | The search query (case-insensitive) |