get_chapter
Fetch the full markdown of a completed chapter by providing its book and chapter numbers.
Instructions
Read a completed chapter from the daemon's output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Book number (e.g. 1). | |
| chapter | Yes | Chapter number (e.g. 3). Returns the full chapter markdown. |