JW.Org MCP Tool
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWORG_MCP_LOG_LEVEL | No | Logging level (default: INFO) | INFO |
| JWORG_MCP_MAX_RETRIES | No | Maximum number of retries (default: 3) | 3 |
| JWORG_MCP_ENABLE_CACHE | No | Enable cache (default: true) | true |
| JWORG_MCP_REQUEST_TIMEOUT | No | Request timeout in seconds (default: 30) | 30 |
| JWORG_MCP_DEFAULT_LANGUAGE | No | Default language code (default: E) | E |
| JWORG_MCP_CACHE_TTL_SECONDS | No | Cache TTL in seconds (default: 900) | 900 |
| JWORG_MCP_DEFAULT_SEARCH_LIMIT | No | Default 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
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.
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.
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.
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.