get_bible_verse_url
Get the direct jw.org URL for a Bible verse, range, or entire chapter by specifying book and chapter (and optional verses). The returned link is ready to use in markdown documents.
Instructions
Get the jw.org URL for a Bible verse or range of verses. Returns a direct link to view the scripture on jw.org. Supports single verses (e.g., verse: "18"), verse ranges (e.g., verse: "14-16"), and comma-separated verses (e.g., verse: "1,3,5" - will convert to range if contiguous). Use search_bible_books to find book numbers. Perfect for adding clickable scripture links to markdown documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Bible book number (1-66). Examples: Genesis=1, Psalms=19, Isaiah=23, Matthew=40, Revelation=66. Use search_bible_books to find book numbers. | |
| verse | No | Optional verse reference. Can be: single verse ("18"), verse range ("14-16"), or comma-separated verses ("1,3,5"). If omitted, returns URL for the entire chapter. | |
| chapter | Yes | Chapter number within the book | |
| langwritten | No | Language code for the content (default "E" = English). Supported: E, KO, S, F, X, T, J, I, U, TG, IN. Use "KO" for Korean (한국어 신세계역). Same values as the langwritten parameter on the Watchtower/Workbook tools. | E |