Fetch a verse
bible_verseReturn a specific verse, with red letter data if available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | ||
| verse | Yes | ||
| chapter | Yes | ||
| translation | No | KJV |
bible_verseReturn a specific verse, with red letter data if available.
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | ||
| verse | Yes | ||
| chapter | Yes | ||
| translation | No | KJV |
Changes observed during successful MCP inspections.
Input schema / properties / translation / defaultAdded value: +"KJV"Input schema / requiredPrevious value: -[
- "translation",
- "book",
- "chapter",
- "verse"
-]New value: +[
+ "book",
+ "chapter",
+ "verse"
+]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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.