Skip to main content
Glama

GospelChannel Church Finder

Find churches in a city

find_churches_in_city
Read-only

Find Christian worship churches in a named city, ranked by directory quality. Filter by worship style, denomination, or language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesA destination city explicitly named by the user, e.g. Austin, Barcelona, London. A trailing region or country is accepted.
limitNoMaximum number of churches to return (default 8, max 20).
languageNoPreferred service language, e.g. English, Spanish.
denominationNoPreferred denomination, e.g. non-denominational, Baptist, Pentecostal.
worship_styleNoPreferred worship style, e.g. contemporary, gospel, charismatic, traditional, hillsong.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
countYes
churchesYes

TDQS

A4/5.0
Behavior3/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the description does not need to repeat those. The description adds the behavioral detail of ranking by directory quality, which hints at an ordering behavior not present in the schema. However, it does not disclose how results are returned (e.g., list size, pagination) or what the output format is. The output schema exists, so return values are covered elsewhere. The added ranking behavior is useful context beyond annotations, warranting a mid-range score.

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 sentence that front-loads the primary action and resource ('Find Christian worship churches in a named city'), then states the ranking criterion and the filter options. Every word earns its place; there is no redundancy or filler. It is concise yet informative, making it easy for an agent to parse quickly.

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 the tool's simplicity, the description covers the essential context: what it does (find churches), the ranking basis (directory quality), and the available filters. The output schema exists, so return structure is already defined. The only minor gap is that it doesn't specify the default limit or maximum, but these are documented in the parameter schema. Overall, the description is complete enough for an agent to invoke it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, and the description explicitly mentions the filter parameters (worship style, denomination, language) as well as the main required city parameter. The description does not add extra meaning beyond what the schema provides; it just summarizes the filters. Since the schema already fully documents each parameter with descriptions, the baseline is 3, and the description adds some clarity by listing them together but no new semantic 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: finding Christian worship churches in a named city, with ranking by directory quality and optional filters. It specifies the verb 'find' and the resource 'churches in a city', distinguishing it from siblings like find_churches_near (which likely searches by proximity) and get_church (singular). The scope is explicit and unambiguous.

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 implies usage context: use when you need churches in a specific city, with filters for worship style, denomination, or language. It does not explicitly mention when not to use it or alternatives (e.g., find_churches_near for location-based queries), but the context signals list sibling tool names, and the description's clear city-based scope provides enough guidance for an agent to select this tool appropriately.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: searching by city, searching by proximity, and retrieving a full church profile. The first two could be confused at a glance, but their descriptions explicitly differentiate the input and ranking method.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: find_churches_in_city, find_churches_near, get_church. The use of 'find' for searches and 'get' for retrieval is logical and predictable.

Tool Count5/5

Three tools is the right size for this server's scope: two search methods and one detail lookup. No redundant tools, and each serves a distinct user need.

Completeness5/5

The domain is a church finder, and the tool surface covers the essential workflow: discover churches via city or proximity, then view detailed profiles. No obvious gaps for read-only directory functionality.