get_passage
Retrieve a specific Bible passage by providing the book name, chapter number, and verse number. Optionally specify an end verse to get a range of verses.
Instructions
Get a single Bible verse or a range of verses by book, chapter, and verse number(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | The book name (e.g. "John", "1 Corinthians", "Genesis"). | |
| verse | Yes | The starting verse number. | |
| chapter | Yes | The chapter number. | |
| endVerse | No | The ending verse number for a range. Omit for a single verse. | |
| translation | Yes | The Bible translation ID (e.g. "NIV'11"). |