Skip to main content
Glama

msza.ai — Polish Catholic Sermons ✝

Get the public msza.ai daily briefing

get_daily_page
Read-onlyIdempotent

Load the already-prepared public /dzisiaj briefing for today in the Europe/Warsaw timezone or for one selected YYYY-MM-DD date. Returns the daily thought, sermon synthesis and digest, readings, patrons, name days, external homilies, public sermon links, and canonical source URLs. This tool reads cached SQLite data only; it never generates or refreshes AI content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoOptional Warsaw calendar date. Omit it to use today.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
dateYes
sourceYes
statusYes
liturgyYes
patronsYes
sermonsYes
calendarYes
readingsYes
name_daysYes
updated_atYes
generated_atYes
daily_thoughtYes
sermon_digestYes
sermon_synthesisYes
external_homiliesYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds valuable context beyond that: it reads 'cached SQLite data only' and never generates or refreshes AI content, clarifying the data source and side-effect profile.

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?

Three focused sentences with no filler. The core purpose is front-loaded, the returned content is compactly listed, and the read-only constraint is stated last without redundancy.

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?

With a single optional parameter, full schema coverage, an output schema, and annotations covering safety, the description supplies everything an agent needs to select and invoke the tool correctly. The cached-source clarification removes the main remaining ambiguity.

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%, so the baseline is 3. The description adds meaningful context by specifying the Europe/Warsaw timezone and the YYYY-MM-DD format, going slightly beyond the schema's 'Optional Warsaw calendar date' and reinforcing that omitting the parameter means today.

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 opens with a specific verb and resource: 'Load the already-prepared public /dzisiaj briefing'. It then enumerates the distinct content items returned, making the tool's purpose unmistakable and clearly distinct from the sibling tools get_sermon and search_msza_ai.

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 clearly states when to use the tool: to load the daily briefing for today or a specific date. It also provides an implicit exclusion by noting it 'never generates or refreshes AI content', which signals the tool is not for content creation. It does not explicitly name alternatives or when to prefer them, so it misses a 5.

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.5/5.0
Disambiguation5/5

Each tool has a clearly distinct role: search for discovery, get_sermon for full text, and get_daily_page for a prepared daily briefing. There is no overlap or ambiguity in their purposes.

Naming Consistency4/5

Two tools follow a clean get_noun pattern and one uses search_<server>. All names are lowercase with underscores, so the set is readable and predictable despite the slight verb style variation.

Tool Count5/5

Three tools is an appropriate size for a niche sermon-archive server. Each tool covers a necessary core action without bloat or redundancy.

Completeness4/5

The toolset covers search, retrieval of full sermon text, and daily prepared content, which covers the main use cases. Minor gaps exist like browsing by category or listing sermons, but these are not critical for the server's stated purpose.

Resources