get_bookmark_content_range
Retrieve indexed content from a bookmark for a given page range, useful for extracting specific sections from PDFs or page-aware sources.
Instructions
Return indexed content for a page range. Useful for PDF/page-aware sources when page offsets are available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| dbPath | No | ||
| end_page | Yes | ||
| start_page | Yes |