search_bible
Search for a keyword or exact phrase in a Bible version and get matching verse references in Markdown. Ideal for discovering verses about topics like love in KJV.
Instructions
Searches for a keyword or exact phrase in one Bible version and returns matching verse references in Markdown. Use this for discovery questions like "find verses about love in KJV". For direct citation lookup, use get_passage or get_verse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | Optional book name, slug, or abbreviation in any supported book locale (ex.: "John", "João", "Salmos"). | |
| limit | No | Maximum number of matches to return. Default: 20; max: 50. | |
| query | Yes | Keyword or exact phrase to search for. Matching is case-insensitive and accent-insensitive; it is not semantic search. | |
| version | Yes | Single Bible version slug to search, such as "nvi", "kjv", "ara", or "rvr1960". Must be enabled by the connection URL filters. | |
| testament | No | Optional testament filter. Use "old" for Old Testament or "new" for New Testament. Ignored when book is provided. |