Skip to main content
Glama

Macaroon Bible Evidence

Passage Context Preview

faith_passage_context_preview
Read-onlyIdempotent

Return the requested verse with one same-chapter verse before and after; no generated interpretation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verseYes
book_idYes
chapterYes
source_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive, closed-world reads, so the safety profile is covered. The description adds real behavioral content on top: the exact output window (one verse before/after, same chapter only) and the guarantee that no interpretation is generated.

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?

One sentence, front-loaded with the returned artifact and its scope, closing with the key negative guarantee. No filler and nothing repeated from structured fields.

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?

An output schema exists, so return shape needn't be explained, and the window semantics are stated. However, with four required, zero-documented parameters the definition is thin, and edge behavior (e.g., verse 1 or the last verse of a chapter having no neighbor) is unaddressed.

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 carry parameter meaning and does not. It never clarifies source_id values (bsb/web), book_id format conventions, or chapter/verse numbering assumptions, leaving the agent to infer semantics from bare field names and numeric bounds.

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 (Return) and a precisely scoped resource: the requested verse plus one same-chapter verse before and after. This is distinguishable from a plain lookup or a search tool by the context-window semantics, though no sibling is named to reinforce the distinction.

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 clause 'no generated interpretation' implicitly signals this is the raw-context option rather than an interpretive/guide tool such as faith_topic_guide_preview, but it never states when to pick this over faith_scripture_lookup or faith_passage_compare_preview. Usage is implied rather than instructed.

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