Doxa MCP
Server Details
Christian AI for any question, in any season. Bible (BSB), grace + truth. faith.tools 5/5.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- The-Doxa-Way/doxa-mcp-schema
- GitHub Stars
- 1
- Server Listing
- Doxa MCP
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 3 of 3 tools scored.
Each tool targets a distinct concern: generating personalized encouragement, looking up scripture verses, and retrieving the Doxa Way movement framework. There is no overlap between them, and the descriptions clearly differentiate their use cases.
All tool names follow the same doxa_<noun> pattern (doxa_encourage, doxa_scripture, doxa_way_movement). The naming is predictable and consistent.
With only 3 tools, the server is tightly scoped to its niche of Christian encouragement and discipleship. Each tool fills a necessary role and the count is well within the optimal range.
The tool surface covers the core offerings: generating encouragement, retrieving scripture, and providing the movement framework. For its stated purpose, there are no obvious missing operations or dead ends.
Available Tools
3 toolsdoxa_encourageAInspect
Generate Christian encouragement in the Doxa voice for the situation a user describes. Returns a short, screenshot-shareable response anchored in Scripture (Berean Standard Bible), tagged to one of the nine movements of The Doxa Way journey map: hear, discern, test, record, remember, engage, trust, fight, endure. No anthropomorphism, no AI companion framing.
| Name | Required | Description | Default |
|---|---|---|---|
| movement | No | Optional. Which movement of The Doxa Way fits: hear, discern, test, record, remember, engage, trust, fight, or endure. If absent, server infers. | |
| situation | Yes | Describe what the user is facing in 1-3 sentences. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly communicates what the tool produces (short, screenshot-shareable response), the source content (Berean Standard Bible), the tagging scheme (nine movements), and important constraints (no anthropomorphism, no AI companion framing). This goes beyond the schema to explain the tool's style and boundaries, which is highly valuable for correct invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences long, front-loaded with the primary action, and every phrase earns its place. It packs in the purpose, output format, scriptural basis, tagging scheme, and style exclusions without redundancy. This is a model of concise, information-dense tool documentation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite lacking an output schema and annotations, the description provides sufficient context for correct use: what input is needed (situation), what output to expect (short, screenshot-shareable, Scripture-anchored), and what constraints apply (no anthropomorphism). The two-parameter schema is simple, and the description fills the gaps well, leaving little ambiguity for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers both parameters at 100% coverage, so the baseline is 3. The description adds meaning by clarifying that the output is tagged to one of the nine movements, which reinforces the purpose of the 'movement' parameter. It also implies that 'situation' is the core input for generating the encouragement. The added context is helpful but not extensive; still, it slightly exceeds the schema-only baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description begins with the specific verb 'Generate' and identifies the exact resource: Christian encouragement in the Doxa voice, tailored to the user's situation. It further distinguishes itself from sibling tools by specifying the Scripture anchor (BSB) and the nine-movement tagging, making it clear this is the encouragement generator rather than a Scripture lookup or movement explainer.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states the intended use case ('for the situation a user describes') and the output characteristics (screenshot-shareable, Scripture-anchored). It does not explicitly name alternative tools or exclusion criteria, but the context is clear enough for an agent to infer when to use this tool. The sibling names independently hint at alternatives, but the description itself could be more explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
doxa_scriptureAInspect
Look up a Bible verse and return the Scripture text with a deep link to its Doxa Bible page. Defaults to the Berean Standard Bible (BSB, public domain Bible translation). Use for any Christian, biblical, Scripture, verse lookup, or devotional citation task where a clickable verse link matters. Reference format: "John 14:6" or "Psalm 23:1-3".
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Verse reference, e.g., "John 14:6" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the default translation (BSB), the return of Scripture text and a deep link, and acceptable reference formats. This goes beyond a simple phrase and gives useful context about how the tool behaves, though it stops short of detailing error behavior or limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences long and front-loaded with the core purpose. Every sentence earns its place: the first defines the tool, the second gives usage context, and the third provides reference format examples. There is no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with only one parameter and no output schema, the description is fully complete. It explains the purpose, when to use it, the default translation, the output (text + deep link), and expected input format. No important context appears missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers the single parameter 'reference' with an example, so the baseline is 3. The description adds value by specifying the exact accepted formats ('John 14:6' or 'Psalm 23:1-3'), which is more comprehensive than the schema's single example. This additional semantic guidance justifies a score above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('Look up') and resource ('Bible verse'), and it elaborates on the output (Scripture text with deep link). It also distinguishes itself from sibling tools by explicitly mentioning use cases for Scripture lookup and verse citations, which sibling tools like doxa_encourage and doxa_way_movement likely do not cover.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on when to use the tool ('any Christian, biblical, Scripture, verse lookup, or devotional citation task where a clickable verse link matters'). However, it does not explicitly name alternatives or state when not to use it, so it lacks the full exclusion guidance seen in a 5-score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
doxa_way_movementAInspect
Get the nine movements of The Doxa Way, a biblical Christian discipleship framework: Hear, Discern, Test, Record, Remember, Engage, Trust, Fight, Endure. Use for faith journey mapping, Bible-grounded spiritual growth, or Christian encouragement context. Returns all nine movements, or one if specified.
| Name | Required | Description | Default |
|---|---|---|---|
| movement | No | Optional. Get a single movement by id. If absent, returns all 9. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full behavioral burden. It discloses the return behavior ('Returns all nine movements, or one if specified'), lists the movement names, and implies read-only via the verb 'Get.' It lacks explicit statements about side effects or error conditions, but for a simple retrieval tool this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences, each serving a distinct purpose: stating the resource and listing values, suggesting use cases, and explaining return behavior. The description is front-loaded with the verb 'Get' and contains no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one optional parameter, no output schema), so the description does not need to explain complex return structures. It fully specifies what is returned, lists all valid values, and gives context for usage, making it complete for an agent to select and invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents the 'movement' parameter thoroughly with an enum and description stating optionality and behavior (100% coverage). The description mirrors this information without adding extra meaning beyond what the schema provides, meeting the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb and resource: 'Get the nine movements of The Doxa Way.' It enumerates all nine movements, making the scope explicit, and distinguishes itself from sibling tools like doxa_encourage and doxa_scripture by focusing on a discipleship framework rather than encouragement or scripture retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit use cases: 'Use for faith journey mapping, Bible-grounded spiritual growth, or Christian encouragement context.' However, it doesn't mention alternative tools or 'when not to use' conditions, which would warrant a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceFaith tools for AI agents: cited public-domain (KJV) Scripture verification, ORA Bible Q&A, sermon search, a church directory, and consent-gated prayer requests and giving. Free read tools need no key.MIT
- AlicenseAqualityDmaintenanceProvides comprehensive Biblical research tools including scripture lookup, interlinear Greek/Hebrew data, and Strong's concordance within a Protestant theological framework. It enables AI applications to perform full-text biblical searches, topical studies, and cross-referencing using authoritative theological data.MIT
- Flicense-qualityDmaintenanceEnables AI to access Bible translations in hundreds of languages, original Greek and Hebrew texts with morphology, word-level interlinear alignments, and lexicons.
- Flicense-qualityAmaintenanceAn MCP server for Christian scholarship and research, providing read-only access to a SQLite corpus of 66-book BSB and 83-book WEB Bibles, original-language Greek/Hebrew word studies with Strong's and morphology, cross-references, patristic citations (Irenaeus, Justin Martyr, Apostolic Fathers), verse alignments, semantic and hybrid search over ~55,800 embeddings, and multi-work passage retrieval, interlinear lookup, and research-brief synthesis prompts.2
Your Connectors
Sign in to create a connector for this server.