export_chapter_markdown
Export a BookStack chapter to a markdown file by specifying the chapter ID or name and its book.
Instructions
Export a chapter as a markdown file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter_id | No | ID of the chapter to export. Required if name is not provided. | |
| name | No | Name of the chapter to export. 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. |