get_scripture
Fetch a specific scripture passage by reference from the Bible, Book of Mormon, Doctrine & Covenants, or Pearl of Great Price, returning only the requested verses as markdown. Language optional.
Instructions
Fetch a specific scripture passage by reference. Supports the Bible (Old and New Testament), Book of Mormon, Doctrine & Covenants, and Pearl of Great Price. Returns only the requested verse(s) as markdown. Specify lang to retrieve the passage in a different language. Defaults to OS locale language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Optional language code. Examples: 'eng', 'spa', 'por', 'fra', 'deu'. Defaults to OS locale language. | |
| reference | Yes | Scripture reference in standard format. Examples: 'John 3:16', '2 Nephi 2:25', 'D&C 76:22', 'Moses 1:39', 'Alma 32:21', 'Moroni 10:4-5' |