get_verse_with_study
Retrieve Bible verses with study content including notes, cross-references, research articles, and chapter outlines from JW.org for comprehensive scripture analysis.
Instructions
Get Bible verse(s) with comprehensive study content from wol.jw.org. Supports single verses or ranges (e.g., "14-16"). Returns verse text, study notes, cross-references, research articles from the Research Guide, and chapter outlines. Field selection allows you to customize what content is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Bible book number (1-66). Use search_bible_books to find book numbers. | |
| chapter | Yes | Chapter number within the book | |
| verse | Yes | Single verse number (e.g., "14") or verse range (e.g., "14-16") | |
| fields | No | Content fields to include. Options: "verses" (verse text), "study_notes" (verse-specific notes), "study_articles" (research guide articles), "cross_references" (related scriptures), "chapter_level" (outline and chapter content), "combined_text" (all verses as single text). Default: ["verses", "study_notes"] | |
| limit | No | Maximum number of study articles to return. Default: 5 for articles, unlimited for other fields. | |
| fetch | No | Force fresh data from wol.jw.org (useful when content appears to be missing). Default: false |