Skip to main content
Glama

Study a Bible passage

study_bible_passage

Ask any question about any Bible verse or passage and get a clear, Scripture-cited answer. Optionally pick a study mode: summary (what the passage is about), observe (what the text says), interpret (what it means), theology (how it fits the whole of Scripture), apply (how to live it), apologetics (answering hard questions and objections). AI-generated — verify quotes with verify_scripture_quote if publishing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoStudy mode (default: interpret)
passageYesBible reference, e.g. "John 3:16" or "Psalm 23:1-4"
questionNoYour question about the passage. If omitted, a study in the chosen mode is generated.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly discloses that answers are AI-generated and advises verifying quotes before publishing, which is critical behavioral information. It also explains each study mode, though it does not discuss response length or other potential limitations beyond the AI-generated warning.

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

Conciseness5/5

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

The description is two sentences, front-loaded with purpose, then mode explanations and a verification warning. Every sentence earns its place with no redundancy or filler.

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

Completeness4/5

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

For a moderate-complexity tool with full schema coverage and no output schema, the description is mostly complete. It covers the core behavior, mode semantics, and the critical AI-generated caveat. However, it does not describe the expected response format or length, which would be slightly helpful though not essential.

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?

The input schema already has 100% parameter coverage with descriptions for passage, mode, and question. The description adds meaningful context by defining what each mode does (e.g., 'summary', 'observe', 'interpret'), going beyond the enum names. It does not need to restate passage/question since the schema covers 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 clearly states the tool answers questions about Bible passages with Scripture-cited answers, and it lists six specific study modes. This distinguishes it from siblings like get_verse_text (raw text retrieval) and verify_scripture_quote (verification) by emphasizing AI-generated study and Q&A.

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 gives clear usage context ('Ask any question about any Bible verse or passage') and explicitly recommends verify_scripture_quote when publishing, providing an alternative for verification. It does not explicitly exclude siblings like get_verse_text, but the study-vs-text distinction is implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation3/5

Most tools have distinct purposes, but get_verse_text and resolve_reference overlap by both returning verse text, making it unclear when to use one over the other. The other three tools are clearly differentiated by their focus on study pages, AI-powered study, and fact-checking.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: find_verse_study_page, get_verse_text, resolve_reference, study_bible_passage, verify_scripture_quote. No mixed conventions or vague verbs.

Tool Count5/5

Five tools is well-scoped for a Bible study copilot, covering retrieval, reference resolution, AI-assisted study, and quote verification without unnecessary bloat. Each tool has a clear role, and the count is within the ideal range.

Completeness4/5

The core workflow is covered: resolving references, fetching text, checking for study pages, asking AI questions, and verifying quotes. A minor gap is the lack of a dedicated search tool for finding verses by keyword, and the overlap between get_verse_text and resolve_reference slightly reduces efficiency, but the surface is largely complete.

Resources