Get Bible Chapter
bible.text.passageFetch verse-by-verse Bible chapter text by specifying translation ID (e.g. KJV), book code (e.g. JHN), and chapter number. Returns array of verse objects with number and text.
Instructions
Fetch the verse-by-verse text of a Bible chapter for a given translation and book (e.g. KJV / John / 3). Returns array of {number, text}. Free Use Bible API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| translation | Yes | Bible translation ID (e.g. "KJV", "ASV", "WEB", "BSB"). | |
| book | Yes | Book ID — typically a 3-letter code (e.g. "GEN", "JHN", "PSA") or full name. Use bible.books to discover. | |
| chapter | Yes | Chapter number (1-based, e.g. 3 for John 3). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |