Skip to main content
Glama
jasonbellz

Gospel Library MCP Server

by jasonbellz

browse_category

List articles and talks in a specified Gospel Library category or collection, returning titles and URLs. Browse conference sessions, scripture books, or magazine issues by providing the exact category path.

Instructions

List articles and talks available in a Gospel Library category or collection. Returns titles and URLs. Useful for browsing conference sessions, scripture books, or magazine issues. IMPORTANT: Category paths must be exact. For manuals, paths are often year-specific — if you are unsure of the exact path, use search_gospel_library first to discover the correct URL. Come Follow Me paths include the year and audience, e.g. 'manual/come-follow-me-for-individuals-and-families-new-testament-2023' or 'manual/come-follow-me-for-sunday-school-new-testament-2023'. Do NOT guess a generic path like 'manual/come-follow-me' — it will 404. Specify lang to retrieve content 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.
categoryYesExact category path relative to /study/. Examples: 'general-conference/2024/10' (Oct 2024 conference), 'general-conference/2025/04' (Apr 2025 conference), 'scriptures/bofm' (Book of Mormon), 'scriptures/nt' (New Testament), 'manual/general-handbook' (Church policies and procedures), 'manual/gospel-topics', 'manual/come-follow-me-for-individuals-and-families-new-testament-2023', 'manual/come-follow-me-for-sunday-school-new-testament-2023'. When unsure, call search_gospel_library first.
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It adds critical context by specifying that category paths must be exact, wrong paths will 404, and offering a fallback strategy via search_gospel_library. It also notes the lang default behavior, going beyond the basic listing semantics.

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 front-loaded with the purpose and keeps critical warnings in the IMPORTANT section. It is somewhat long but every sentence earns its place, with no redundant or vague phrasing.

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

Completeness5/5

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

This is a simple two-parameter tool with no output schema. The description covers purpose, use cases, parameter nuances, error behavior (404), and fallback to a sibling tool, making it complete for an agent to invoke correctly.

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

Parameters4/5

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

Although the schema already covers both parameters (100% coverage), the description enriches the semantics with concrete path examples, warnings against generic paths, and an explicit default for lang. This adds meaningful value beyond the schema definitions.

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 clearly states the tool lists articles and talks in a Gospel Library category, returns titles and URLs, and differentiates from siblings by focusing on browsing categories rather than searching or fetching single items.

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

Usage Guidelines5/5

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

It explicitly identifies use cases ('browsing conference sessions, scripture books, or magazine issues'), tells the agent to use search_gospel_library first when unsure of a path, and warns against guessing generic paths that will 404. This provides strong when-to-use and when-not-to-use guidance.

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