Skip to main content
Glama
DataCraftsmanAU

DataCraftsmanAU/vineverse-mcp

List documents in a collection

list_documents
Read-onlyIdempotent

Browse 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

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOnly documents carrying this tag. See get_tags for the vocabulary.
sortNotitle = alphabetical; degree = most-connected first; canonical = Bible order; chronological = by start year (epochs) or narrative order (events).
typeNoCollection 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.
limitNoHow many to return. Defaults to 50, capped at 200.
folderNoRestrict 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.
offsetNoSkip this many before returning. Use with `total` in the response to page.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
noteNo
sortNo
typeNo
countNo
errorNo
totalNo
offsetNo
hasMoreNo
licenceNo
resultsNo
availableNo
collectionNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare readOnly, idempotent, and non-destructive behavior, and the description adds valuable behavioral detail beyond that: ordering rules per collection, pagination behavior, folder aliasing semantics, and the note that the response reports total and whether more remain. This helps an agent anticipate both output and edge cases.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is detailed but every sentence contributes, from examples to ordering semantics to the pagination contract. The collection enumeration is slightly bulky but serves as immediate, actionable context for the `type` parameter. It is efficiently structured and not repetitive.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a list tool, the description covers all needed behaviors: default ordering, pagination, the full collection list, special folder-ish scoping, and the nature of the response. The annotation and 100% schema coverage already handle what happens on the mutation and parameter validation side, so nothing necessary to correctly invoke this tool is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful extra context: it explains that plurals and folder paths work as type values, clarifies the rationale for using `folder` when `type` cannot express a path, and connects `sort` values to real-world behavior (e.g., chronological for events/epochs). This goes beyond the schema descriptions without simply repeating them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Browse and page') on a specific resource ('any collection in the knowledge base') and clearly contrasts with 'look one thing up', which distinguishes it from tools like get_entity and get_passage. It also lists concrete example queries, making what the tool does unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly says when to use it—'when you want to know WHAT EXISTS'—and gives concrete examples like 'what events are recorded'. It names the alternative use case ('look one thing up') but does not explicitly name sibling tools, so it stops short of a fully explicit when-not/alternatives list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DataCraftsmanAU/vineverse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server