list_prayer_topics
List the hard places Sanctuary has honest scripture prayers for. Use to see what is available before find_prayer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List the hard places Sanctuary has honest scripture prayers for. Use to see what is available before find_prayer.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.
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.
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.
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.
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.