Skip to main content
Glama
jasonbellz

Gospel Library MCP Server

by jasonbellz

get_scripture

Fetch a specific scripture passage by reference from the Bible, Book of Mormon, Doctrine & Covenants, or Pearl of Great Price, returning only the requested verses as markdown. Language optional.

Instructions

Fetch a specific scripture passage by reference. Supports the Bible (Old and New Testament), Book of Mormon, Doctrine & Covenants, and Pearl of Great Price. Returns only the requested verse(s) as markdown. Specify lang to retrieve the passage in a different language. Defaults to OS locale language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoOptional language code. Examples: 'eng', 'spa', 'por', 'fra', 'deu'. Defaults to OS locale language.
referenceYesScripture reference in standard format. Examples: 'John 3:16', '2 Nephi 2:25', 'D&C 76:22', 'Moses 1:39', 'Alma 32:21', 'Moroni 10:4-5'
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the output format (markdown) and the language default behavior, which is helpful. Yet it does not mention what happens on invalid references, error handling, or any rate limits, leaving some behavioral gaps.

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 three sentences, each adding distinct value: purpose, return format, and language handling. It is concise, front-loaded, and contains no redundant or filler content.

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

Completeness4/5

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

Given the tool's low complexity (2 params, no output schema, no annotations), the description covers the main aspects: what it does, supported sources, return format, and language behavior. It could mention error handling or valid reference format validation, but it is largely complete for a simple fetch tool.

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

Parameters3/5

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

Schema description coverage is 100%, so both parameters are already well-described. The description adds context about the return format being markdown and the language default, but it does not offer additional parameter-specific semantics beyond what the schema already provides. Baseline 3 is appropriate.

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 uses a specific verb 'Fetch' with a clear resource 'scripture passage by reference' and explicitly lists the supported canons. This distinguishes it from sibling tools like search_gospel_library, which is for searching rather than direct reference lookup.

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 description states the tool fetches a specific passage by reference, which implies the use case of having a known reference. However, it does not explicitly mention when to use this tool versus alternatives like search_gospel_library, nor does it provide exclusions or prerequisites.

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/jasonbellz/gospel-library-mcp'

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