List documents in a collection
list_documentsBrowse and page through any Bible knowledge base collection—people, places, events, epochs, commandments, books, and more—to see what exists. Sort alphabetically or chronologically and use offset/total for paging.
Instructions
Browse or page through any collection in the knowledge base. This is the tool to reach for when you want to know WHAT EXISTS rather than to look one thing up — "what events are recorded", "list the epochs in order", "show me the 613 commandments".
Collections: Person (people/), Place (places/), Theme (themes/), Lexeme (lexemes/), Commandment (commandments/), Event (sa/events/), Epoch (epochs/), Book (bible/), Chapter (bible/), Source (sources/), Dataset (references/), Relation Vocabulary (schema/).
Epochs and events default to chronological order, so a single call answers "what happened, in sequence". Everything else defaults to alphabetical. Use offset with total to page: the response says how many matched and whether more remain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only documents carrying this tag. See get_tags for the vocabulary. | |
| sort | No | title = alphabetical; degree = most-connected first; canonical = Bible order; chronological = by start year (epochs) or narrative order (events). | |
| type | No | Collection to list. One of: Person, Place, Theme, Lexeme, Commandment, Event, Epoch, Book, Chapter, Source, Dataset, Relation Vocabulary. Plurals and folder names also work ("themes", "sa/events"). Omit to list everything. | |
| limit | No | How many to return. Defaults to 50, capped at 200. | |
| folder | No | Restrict by bundle folder prefix, e.g. "bible/john" for one book's chapters. This is the only way to scope a listing by path rather than by type — Books and Chapters share the bible/ folder, so `type` cannot express it. | |
| offset | No | Skip this many before returning. Use with `total` in the response to page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| note | No | ||
| sort | No | ||
| type | No | ||
| count | No | ||
| error | No | ||
| total | No | ||
| offset | No | ||
| hasMore | No | ||
| licence | No | ||
| results | No | ||
| available | No | ||
| collection | No |