Skip to main content
Glama
QABoahene

Adventist Study MCP

by QABoahene

bible_search

Find Bible verses matching your keywords or exact phrases. Narrow results by translation, book, and limit to support focused study.

Instructions

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".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookNo
limitNo
queryYes
translationNokjv

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It explains exact-phrase behavior, the translations accepted, the verse limit, and the optional book restriction. It does not explicitly declare read-only or no side effects, but the search verb inherently signals a non-mutating operation, making this adequate for the tool's risk profile.

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 one-line summary is front-loaded and followed by a compact Args block. Every line adds information; there is no filler or repetition of the schema's default values.

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 straightforward search tool with an output schema, this description is complete: all four parameters are semantically defined, the search behavior is explained, and the optional book restriction is illustrated. No critical information is missing for correct invocation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully document the parameters, and it does. It explains the query format with double quotes, enumerates the four translations, gives the 1-100 limit range, and clarifies that book is an optional restrictor with an example.

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 opens with 'Full-text search the Bible for words or phrases,' which names a specific verb, resource, and mode of operation. This clearly separates it from the sibling bible_lookup, which implies reference-based lookup rather than full-text searching.

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

Usage Guidelines3/5

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

The docstring gives detailed per-argument usage, including how to form an exact-phrase query and how to restrict by book, but it never explicitly states when to choose this tool over bible_lookup or the other search siblings. Usage is implied by the 'full-text search' wording rather than spelled out.

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/QABoahene/seventh-day-adventist-mcp'

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