Random Verse
random_verseFetch a random Bible verse from the World English Bible (WEB) translation. Returns the reference, full verse text, translation ID, and per-verse breakdown with book, chapter, and verse number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Full verse text | |
| verses | Yes | Array of verse objects with book, chapter, verse, and text | |
| reference | Yes | Bible reference string | |
| translation | Yes | Translation ID code | |
| translation_name | Yes | Full name of the translation |