Skip to main content
Glama

Search Bible verses

bible_search
Read-onlyIdempotent

Search for verses by keyword or exact match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYes
pageNo
typeNo
translationNoKJV

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / translation
      Added value: +{
      +  "default": "KJV",
      +  "minLength": 1,
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the tool's safety profile is known. The description adds a small behavioral detail about keyword/exact match but does not disclose pagination behavior, translation defaults, or how the type parameter affects results.

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 a single front-loaded sentence with no filler. It is economical, though its brevity leaves important parameter and routing details unstated.

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

Completeness2/5

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

With no output schema and minimal description, an agent cannot predict return shape or understand how type and translation alter results. For a 4-parameter search tool, this is incomplete even with annotations covering safety.

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

Parameters2/5

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

Schema description coverage is 0% across 4 parameters, so the description must compensate. It vaguely explains q as keyword or exact match but gives no meaning for page, type, or translation, and doesn't clarify valid values or defaults beyond what the schema shows.

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

Purpose4/5

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

States a specific verb ('Search') and resource ('verses') with two modes: keyword and exact match. This broadly distinguishes it from sibling tools like bible_verse or bible_chapter, though the exact meaning of 'exact match' is not elaborated.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus bible_verse, bible_chapter, bible_books, or bible_translations. The description implies a search use case but never states exclusions or alternative conditions.

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.

Resources