js-translation-helps-proxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_system_promptA | Get the complete system prompt and constraints for full transparency about AI behavior |
| fetch_scriptureA | Fetch Bible scripture text. Use reference for specific passages, or search/filter for discovery. ALWAYS use format: "md" for best results. |
| fetch_translation_notesA | Fetch translation notes for a specific Bible reference, or use filter param to search across all notes. |
| fetch_translation_questionsA | Fetch translation questions for a specific Bible reference, or use filter param to search across all questions. |
| fetch_translation_wordA | Get Translation Word articles including key biblical terms, names of people, names of places, and other important words. The library contains thousands of articles. Use filter param to search across all words. |
| fetch_translation_word_linksB | Get translation word links for a Bible reference, or use filter to search across all word links. |
| fetch_translation_academyC | Get Translation Academy articles, or use filter to search across all modules. |
| search_biblical_resourcesA | Search biblical translation resources (scripture, notes, questions, words) using BM25 scoring algorithm |
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 8 tools
Most tools target distinct resource types (scripture, notes, questions, words, word links, academy), making them easy to differentiate. However, the fetch tools' filter parameters overlap with the dedicated search tool, creating minor ambiguity about which tool to use for discovery.
The majority follow a consistent 'fetch_<resource>' pattern (fetch_translation_notes, fetch_scripture, etc.), but 'get_system_prompt' and 'search_biblical_resources' break the pattern, mixing 'get' and 'search' verbs with 'fetch'.
With 8 tools, the count is well within the ideal range for a domain-specific proxy. Each tool represents a distinct core capability, and none feel redundant or excessive.
The set covers all major translation help resources—scripture, notes, questions, words, word links, and academy articles—plus a cross-resource search tool. This provides a comprehensive read-only surface with no obvious gaps for the stated purpose.