Skip to main content
Glama
Bjern

jw-org-mcp

by Bjern

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWORG_MCP_LOG_LEVELNoLog level (default INFO)INFO
JWORG_MCP_MAX_RETRIESNoMaximum retries (default 3)3
JWORG_MCP_ENABLE_CACHENoEnable cache (default true)true
JWORG_MCP_REQUEST_TIMEOUTNoRequest timeout in seconds (default 30)30
JWORG_MCP_DEFAULT_LANGUAGENoDefault language code (default E)E
JWORG_MCP_CACHE_TTL_SECONDSNoCache TTL in seconds (default 900)900
JWORG_MCP_DEFAULT_SEARCH_LIMITNoDefault search limit (default 10)10

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_contentA

Search JW.Org content including articles, videos, publications, audio, and scriptures. Extracts meaningful search terms from natural language queries.

get_articleA

Retrieve full article content from a JW.Org URL. Returns the article text with paragraphs and scripture references.

get_scriptureA

Get scripture text by reference (e.g., 'John 3:16', '1 Thessalonians 5:3'). Returns the scripture text and reference.

get_cache_statsA

Get cache statistics including hit rate and entry count.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: searching content, retrieving an article, retrieving a scripture, and inspecting cache stats. There is no overlap or ambiguity in their intended usage.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: search_content, get_article, get_scripture, get_cache_stats. This is uniform and predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for its apparent purpose of accessing JW.Org content. Each tool contributes a distinct function without redundancy.

Completeness4/5

The server covers search, article retrieval, and scripture retrieval, which are central to its domain. However, it lacks dedicated retrieval for other content types like videos or publications, though these can be discovered via search.

Maintenance

ActivitySlowing
ResponsivenessNo issues