Get a document
get_entityRetrieve Bible knowledge graph entities by path. Returns structured fields, typed relations in both directions, inbound links, and optional full text.
Instructions
Fetch any document in the knowledge base by path: People — people/moses Places — places/bethel-1 Themes — themes/faith Lexemes — lexemes/h430 Commandments — commandments/001-know-there-is-a-g-d Events — sa/events/exodus-from-egypt Epochs — epochs/david-reigns-in-jerusalem Books — bible/john Chapters — bible/john/3 Sources — sources/bibledata Datasets — references/cross-references Schema — schema/relations
Returns the document's structured fields, its typed relations in BOTH directions, what links to it, and optionally its full text. The inbound direction matters: the corpus stores each relation once, on one side only, so a person's parents live on their parents' documents and only relations.inbound recovers them.
Set body=true for the prose — a lexeme's Strong's definition, a commandment's Hebrew, a theme's outline of verses all live in the body and nowhere else.
Where several people or places share a name the path is disambiguated with a number (people/zechariah-14, places/bethel-1) — search_concepts first if unsure. A collection path like "themes" or "sources" returns what that collection holds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Include the full markdown body. Default false. | |
| path | Yes | Document path, e.g. "people/moses", "themes/faith", "lexemes/h430", "epochs/the-exile" | |
| backlinks | No | How many backlinks to return, 100 by default. `backlinkCount` always reports the true total and `backlinksTruncated` says whether you are seeing all of it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| lat | No | ||
| lon | No | ||
| body | No | ||
| note | No | ||
| osis | No | ||
| tags | No | ||
| type | Yes | ||
| count | No | ||
| links | No | ||
| stale | No | ||
| title | Yes | ||
| words | No | ||
| degree | No | ||
| sample | No | ||
| status | No | ||
| licence | No | ||
| sources | No | ||
| strongs | No | ||
| backlinks | No | ||
| extension | No | ||
| generated | No | ||
| linkCount | No | ||
| relations | No | ||
| trustTier | No | ||
| collection | No | ||
| shareAlike | No | ||
| description | No | ||
| backlinkCount | No | ||
| backlinksTruncated | No |