List Books in Translation
bible.catalog.booksList all books in a specific Bible translation. Returns each book's ID and chapter count, which are required for retrieving passages. Input a translation ID like 'KJV'.
Instructions
List the books in a specific Bible translation (e.g. KJV → 66 books). Returns book IDs and chapter counts needed for bible.passage. Free Use Bible API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| translation | Yes | Bible translation ID (e.g. "KJV", "ASV", "WEB", "BSB"). Use bible.translations to discover IDs. |
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. |