Get Chapter
get_chapterReturn the full text of a chapter from a novel/prose work (all paragraphs in order). Example: author_id="oscar-wilde", work_slug="the-picture-of-dorian-gray", chapter=2 returns the entire chapter where Lord Henry tempts Dorian. Use list_full_text_works to discover which works are chapter-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter | Yes | Chapter number. | |
| author_id | Yes | Author id (e.g., "mark-twain"). | |
| work_slug | Yes | Work slug (e.g., "adventures-of-huckleberry-finn"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||