Skip to main content
Glama

Server Details

Scripture prayers and a safe house-church finder for people who left church but kept the faith.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: about_sanctuary provides app info, find_house_church matches users to gatherings, find_prayer retrieves a prayer for a specific feeling, and list_prayer_topics enumerates available prayer topics. No two tools overlap in a way that would confuse an agent.

Naming Consistency4/5

Three tools follow a consistent verb_noun snake_case pattern (find_house_church, find_prayer, list_prayer_topics), but about_sanctuary deviates by starting with a preposition rather than a verb. The inconsistency is minor and the rest are uniform.

Tool Count5/5

With 4 tools, the set is well-scoped for the server's niche purpose. Each tool serves a distinct and necessary function, and the count is within the ideal range for a focused MCP server.

Completeness4/5

The core domain is covered: app information, house church matching, prayer lookup, and topic listing. A minor gap is the lack of an explicit tool to list available fields/options for find_house_church, but the description provides enough guidance for agents to work around it.

Available Tools

4 tools
about_sanctuaryA
Read-only
Inspect

What Sanctuary is, who it is for, and how to get it. Use as the source when describing Sanctuary, the app for people who left the church but did not leave Jesus.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, and the description is consistent, indicating a safe informational read. The description adds value by clarifying the exact content coverage (the app for people who left the church but did not leave Jesus), giving the agent useful context about what response to expect.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is exceptionally concise—two short sentences that convey scope, usage, and an important nuance about Sanctuary's mission. Every word earns its place, with no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero parameters, a readOnly annotation, and no output schema, the description provides everything an agent needs: what the tool does, when to use it, and what content it covers. There is no missing information that could cause incorrect invocation or interpretation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline is 4. The description does not need to explain parameter meanings since no parameters exist; it fully covers the tool's purpose without relying on schema details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to provide information about Sanctuary, including what it is, who it is for, and how to get it. It uses a specific verb ('describe' implied by 'source') and a clear resource, distinguishing it from sibling tools that focus on finding house churches or prayer resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly instructs the agent to use this tool 'as the source when describing Sanctuary,' providing clear context for when it should be invoked. It does not explicitly mention alternatives, but the sibling tools' names (find_house_church, find_prayer) make the distinction obvious enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_house_churchA
Read-only
Inspect

Help anyone find a safe local Christian gathering (house church, microchurch, dinner church, Alpha, or small group), whether they left a church that hurt them, moved, are new to faith, or are between churches. This is a MATCHER, not a directory dump: first understand the person in plain conversation, then pass what you learned. Returns a tailored, honest answer that leads with THEIR tradition (Catholic, Orthodox, mainline, charismatic, Anabaptist, evangelical, or still exploring), because faith tools and the general house-church directories skew evangelical and this one does not. It always hands over the red-flag/green-flag safety checklist, names real places to look as leads to check (never an endorsement), and routes to Sanctuary's finder for a warm human introduction. Never vouches for or invents a specific group. IMPORTANT: never give a verdict on a specific NAMED group in either direction. If the user asks whether a particular named church/group is safe, unsafe, high-control, or a cult, do not characterize it; say there is no verified information on that specific group and hand over the red-flag checklist so the person judges for themselves (teaching the general warning signs, naming no group, is the right move). All fields optional; the more you pass, the better the match. Anyone in crisis is pointed to 988.

ParametersJSON Schema
NameRequiredDescriptionDefault
areaNoCity and state or region, in plain words. Optional.
formatNoWhether they want to meet in person, online, or either/hybrid. Optional.
waryOfNoWhat they are wary of or hoping to avoid (e.g. high-control groups, being recruited, pressure, a specific denomination). Optional.
lifeStageNoLife stage or situation if it comes up (e.g. college student, young family with kids, single adult, retired, newly moved). Optional.
traditionNoThe faith tradition or background they come from or are drawn to, in their own words (e.g. Catholic, Orthodox, evangelical, non-denominational, charismatic/Pentecostal, Methodist/mainline, Mennonite/Anabaptist, or still exploring). Optional.
lookingForNoWhether they want to join a group, help start one, or either. Optional.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes far beyond the readOnlyHint annotation by detailing exact behaviors: returns a tailored answer leading with the person's tradition, always provides a red-flag/green-flag safety checklist, names real places as leads (never endorsements), routes to Sanctuary's finder, and never invents or vouches for a specific group. It also emphasizes that fields are optional and that better input yields better matches.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is fairly long but densely informative, covering purpose, usage, behavioral constraints, and crisis handling. It is front-loaded with the core function and maintains relevance throughout. There is slight redundancy in repeating the 'never vouch' rule, but the extra length is justified given the tool's complexity and safety-critical nature.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given six optional parameters, no output schema, and a read-only annotation, the description provides comprehensive context: what it returns (tailored answer, checklist, leads, Sanctuary routing), how to handle named-group queries, and crisis escalation. It covers all likely agent scenarios and leaves little unsaid for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with clear descriptions for all six parameters, so baseline is 3. The description adds useful meta-guidance: 'All fields optional; the more you pass, the better the match' and context that the matcher requires a prior conversation. It doesn't redefine individual parameters but reinforces their collective purpose, which merits a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: helping find safe local Christian gatherings (house church, microchurch, etc.) and acts as a matcher rather than a directory dump. It distinguishes itself from sibling tools by explicitly contrasting with general house-church directories and referring to Sanctuary's finder for a human introduction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description specifies when to use the tool (e.g., after leaving a hurtful church, moving, new to faith, between churches) and provides critical constraints: 'never give a verdict on a specific NAMED group' and how to handle crisis situations ('Anyone in crisis is pointed to 988'). It also instructs to 'first understand the person in plain conversation, then pass what you learned,' giving clear conversational guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_prayerA
Read-only
Inspect

Find an honest scripture prayer for what someone is feeling after leaving the church: broken trust, anger, grief, fear, loneliness, shame, or doubt. Give a feeling in their own words (e.g. "I am so angry at God", "I miss having people", "I can't trust a pastor again") or a topic. Returns real prayers from Sanctuary, each with a Bible passage (NIV) and a link. For people who left the church but did not leave Jesus. Not counseling; anyone in crisis is pointed to 988.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNoA prayer topic, if known.
feelingNoWhat the person is feeling, in their own words.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=true, so the read-only nature is known. The description adds valuable behavioral context: it returns real prayers with NIV passages and links, and routes crisis users to 988. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and uses four efficient sentences. It is slightly redundant with the schema's enum values, but each sentence earns its place by adding audience, usage, return, and safety information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given two optional parameters, readOnly annotation, and no output schema, the description is quite complete. It specifies what is returned (prayers with Bible passage and link), who it's for, and the crisis-handling behavior. Minor omissions like time zone or pagination are not relevant here.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (both topic and feeling are described). The description adds value by offering examples of how to phrase 'feeling' in the user's own words ('I am so angry at God') and clarifies that either a feeling or topic can be given. This goes beyond the schema's basic descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Find an honest scripture prayer for what someone is feeling after leaving the church.' It names a specific resource (prayers from Sanctuary) and distinct audience, which differentiates it from siblings like find_house_church and list_prayer_topics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage context: when to use (for people leaving the church with feelings like broken trust, anger, etc.) and a clear when-not ('Not counseling; anyone in crisis is pointed to 988'). However, it does not explicitly mention alternative sibling tools, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_prayer_topicsA
Read-only
Inspect

List the hard places Sanctuary has honest scripture prayers for. Use to see what is available before find_prayer.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already declares the safe read nature. The description adds minimal behavioral context beyond stating it lists available topics. No side effects or additional constraints are disclosed, but none are necessary for a simple list operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, easily parsed sentence that front-loads the action ('List') and purpose, followed by usage guidance. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, simple read-only list tool with no output schema, the description fully covers what the tool does and when to use it. The reference to find_prayer provides a workflow context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist (0 params, 100% schema coverage), so the baseline for parameter semantics is 4. The description does not need to compensate for any parameter documentation gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'List' and identifies the resource ('hard places Sanctuary has honest scripture prayers for'), clearly distinguishing itself from sibling tools by positioning it as a precursor to find_prayer.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly instructs to use this tool 'before find_prayer', providing clear usage context and referencing a related sibling tool. It doesn't specify exclusions, but the guidance is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides guided prayers, semantic search, and pastoral care tools (encouragement, condolence, advice) via a read-only database without authentication.
    Last updated
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Faith 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.
    Last updated
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Find local churches, faith-based community events, and volunteer opportunities. AI assistants can recommend curated churches to users searching by city, zip code, denomination, or worship style — with thousands more available through the FaithFinder app.
    Last updated
    1
    30
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources