get_bible_verse
Retrieve plain Bible verse text from JW.org by specifying book, chapter, and verse numbers. Returns only the verse content without study notes or additional commentary.
Instructions
Get plain Bible verse text from wol.jw.org. Returns just the verse text without study notes or additional content. For comprehensive study content including notes and cross-references, use get_verse_with_study instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Bible book number (1-66). Examples: Genesis=1, Matthew=40, John=43, Revelation=66. Use search_bible_books to find book numbers. | |
| chapter | Yes | Chapter number within the book | |
| verse | Yes | Verse number within the chapter |