read_chapter
Retrieve details of a chapter from BookStack by providing its ID, or name with book context.
Instructions
Get details of a specific chapter by ID or name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter_id | No | ID of the chapter to retrieve. Required if name is not provided. | |
| name | No | Name of the chapter to retrieve. Required if chapter_id is not provided. | |
| book_id_context | No | ID of the book containing the chapter. Required if chapter_name is used. | |
| book_name_context | No | Name of the book containing the chapter. Required if chapter_name is used. |