Adventist Study MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bible_lookupA | Look up a Bible passage by reference. Args: reference: e.g. "John 3:16", "Romans 8:1-4", "Psalm 23" (whole chapter). translation: kjv, asv, ylt, or bbe. KJV is the default and the most commonly cited translation in Adventist study. |
| bible_searchA | Full-text search the Bible for words or phrases. Args: query: words to find; wrap in double quotes for an exact phrase. translation: kjv, asv, ylt, or bbe. limit: maximum verses to return (1-100). book: optional book name to restrict the search, e.g. "Daniel". |
| beliefs_listA | List all 28 Fundamental Beliefs by number and title, grouped by doctrinal category. |
| beliefs_getA | Get the full official text of a Fundamental Belief. Args: number_or_topic: a number 1-28, or a topic such as "sabbath", "state of the dead", or "second coming". |
| beliefs_searchA | Search the 28 Fundamental Beliefs for a word or phrase. |
| egw_booksA | List the available Ellen G. White writings and their citation abbreviations. |
| egw_searchA | Search Ellen G. White's public-domain writings. Results carry standard citations (e.g. "DA 123" = The Desire of Ages, page 123). Args: query: words to find; wrap in double quotes for an exact phrase. book: optional title or abbreviation (SC, DA, GC, PP, COL, MB). limit: maximum passages to return (1-50). |
| egw_get_chapterA | Retrieve a full chapter from an Ellen G. White book. Args: book: title or abbreviation (SC, DA, GC, PP, COL, MB). chapter: chapter number. |
| study_topicA | Build a full study on a doctrinal topic across all three sources. Returns what the church officially teaches, the proof texts the belief statement itself cites (with full verse text), further verses on the topic, and relevant Ellen G. White passages. Use this for "why do Adventists believe X?" questions. Args: topic: e.g. "the Sabbath", "the state of the dead", "the second coming", "baptism", "the sanctuary", "spiritual gifts". translation: kjv, asv, ylt, or bbe. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool targets a distinct resource and action: bible_lookup vs bible_search are clearly reference lookup vs full-text search, beliefs_list/get/search are separate, and the EGW tools separate book listing, search, and chapter retrieval. study_topic is intentionally integrative but distinguishable from the point-source tools.
Tool names mostly follow a predictable [resource]_[action] pattern with snake_case, such as bible_lookup, bible_search, beliefs_list, and egw_get_chapter. Minor inconsistency: egw_books omits an action verb and study_topic is a noun phrase rather than the verb-led pattern seen elsewhere.
Nine tools is well-scoped for the server's purpose of covering three source types (Bible, fundamental beliefs, and Ellen G. White writings) plus an integrated study builder. Each tool earns its place without redundancy.
The tool set provides full read access to all three major Adventist study sources: lookup and search for the Bible, list/get/search for beliefs, and list/search/chapter retrieval for EGW writings. study_topic ties them together, leaving no obvious dead ends for doctrinal research workflows.