reading_find_passage
Locate any exact quote across a book's text by normalizing punctuation and spacing, then return up to three neighboring chunks for context.
Instructions
Find a short quote or line across book text after normalizing punctuation/spacing, and return up to three truncated neighboring chunks as context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| quote | Yes | ||
| bookId | No | ||
| maxContextChars | No | ||
| contextChunkLimit | No |