get_section
Retrieve the full text and summary of a specific book section using its book ID, chapter index, and section index.
Instructions
Fetch one section's full text and summary.
The parent of a search_book hit, or a section located via get_book_outline's chapter_index/section_index map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | ||
| chapter_index | Yes | ||
| section_index | Yes |