Skip to main content
Glama
prreobby
by prreobby

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWORG_MCP_LOG_LEVELNoLogging level (default: INFO)INFO
JWORG_MCP_MAX_RETRIESNoMaximum number of 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 clearly distinct purpose: searching content, retrieving an article, fetching scripture, and inspecting cache statistics. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (search_content, get_article, get_scripture, get_cache_stats), making the API predictable and easy to navigate.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of accessing JW.Org content. Each tool is essential and the count is neither sparse nor excessive.

Completeness4/5

The core workflow of searching and retrieving content is covered, including article and scripture retrieval. A minor gap is the lack of direct retrieval for other content types (e.g., videos, audio), but search covers discovery for those, so the surface feels reasonably complete.

Maintenance

ActivityInactive
ResponsivenessNo issues