get_chapter
Retrieve a complete Bible chapter in Markdown with numbered verses. Get chapter-level context from any supported version for deeper understanding.
Instructions
Fetches a full Bible chapter from a specific version, formatted in Markdown with numbered verses. Use this when the user needs chapter-level context instead of an isolated verse.
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". | |
| 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. |