Skip to main content
Glama

Fetch a verse

bible_verse
Read-onlyIdempotent

Return a specific verse, with red letter data if available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYes
verseYes
chapterYes
translationNoKJV

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / translation / default
      Added value: +"KJV"
    • changedInput schema / required
      Previous value: -[
      -  "translation",
      -  "book",
      -  "chapter",
      -  "verse"
      -]New value: +[
      +  "book",
      +  "chapter",
      +  "verse"
      +]
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds the useful caveat that red-letter data is included 'if available,' but it does not disclose output format, error behavior, or other return traits.

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 a single, front-loaded sentence that directly states the tool's core function and a relevant optional behavior. Every word earns its place with no filler.

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

Completeness3/5

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

For a simple read-only fetch tool, the description plus schema and annotations are mostly sufficient. However, with no output schema and no parameter descriptions, there are gaps around translation value conventions and the shape of the returned verse/red-letter data.

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%, so the description must compensate for explaining parameters, but it does not mention book, chapter, verse, or translation semantics. The parameter names are self-explanatory, yet the description adds no guidance on accepted book names, translation codes, or formatting.

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 verb ('Return') and resource ('a specific verse'), which clearly distinguishes this tool from siblings like bible_chapter and bible_search. It also adds a distinctive behavioral detail about red-letter data without ambiguity.

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 phrase 'a specific verse' implies this tool is for exact book/chapter/verse lookups, but it does not explicitly describe when to prefer it over alternatives or when not to use it. Usage context is implied rather than stated.

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