graph_enriched_search
Study a specific Bible verse in depth by retrieving the verse text along with all related people, places, events, and their family relationships.
Instructions
USE THIS for deep study of a specific verse — combines the verse text with all relational context.
Returns the verse text PLUS all people, places, and events mentioned in it, PLUS family relationships for each person found. This is the most comprehensive single-query tool for studying a specific verse.
USE THIS WHEN:
Deep-diving into a single verse (e.g., "Explain Genesis 22:1 in detail")
Preparing a sermon or Bible study on a specific text
You need verse text + entity context in one call (saves calling lookup_verse + people_in_passage separately)
Example: graph_enriched_search("Matthew 1:1") returns:
Verse text: "The book of the genealogy of Jesus Christ, the son of David, the son of Abraham"
People found: Jesus, David, Abraham — with their family relationships
Places and events associated with the verse
DIFFERENCE FROM people_in_passage:
people_in_passage: works on chapters AND verses, returns entity lists only
graph_enriched_search: verse-level only, but includes verse text AND family relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Bible verse reference (e.g., 'Genesis 22:1', 'Matthew 1:1') |