get_verse
Retrieve one exact Bible verse or a contiguous verse range from a specific version when the book, chapter, and verse are already known.
Instructions
Fetches one exact Bible verse or a contiguous verse range from a specific version. Use this when the book, chapter, verse, and version are already known. For natural references such as "John 3:16-18", prefer get_passage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Bible book name, slug, or abbreviation. Accepts supported localized names such as "John", "João", "Salmos", or "1 Sm". | |
| verse | Yes | Starting verse number. Must exist in the selected chapter. | |
| chapter | Yes | Chapter number within the selected book. Must be 1 or greater. | |
| version | Yes | Bible version slug to read from, such as "nvi", "kjv", "ara", or "rvr1960". Must be enabled by the connection URL filters. | |
| verse_end | No | Optional ending verse number for a range. Must be greater than or equal to verse and within the same chapter. |