Skip to main content
Glama

Torah Library

Shabbat briefing

shabbat_briefing
Read-onlyIdempotent

A ready-to-read Friday summary for a location: candle-lighting and havdalah times, the parsha with aliyot and haftarah, the opening verse of the parsha in Hebrew and English, and any holiday that week.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoAny date in the week (default this week).
latitudeNoLatitude in decimal degrees (use with longitude + timezone instead of location).
locationNoWhere the user is. A US ZIP code ("11691"), a city name ("Jerusalem", "London", "Lakewood, NJ"), or a numeric place id returned by find_location. Omit to use the server default.
timezoneNoIANA timezone, required with latitude/longitude, e.g. "America/New_York".
longitudeNoLongitude in decimal degrees.
candle_minutesNo
havdalah_minutesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds content details (what the briefing includes) but no further behavioral traits such as defaults, error handling, or data sources.

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?

One dense, front-loaded sentence that lists all key output elements without fluff. Every phrase earns its place, making the tool easy to scan and understand.

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 no output schema, the description sufficiently enumerates the returned content, and the input schema documents defaults for date and location. It could mention output formatting or behavior when no location is given, but the current level is adequate for an agent to call 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 71%, so the schema handles most parameters. The description mentions candle-lighting and havdalah times, which relate to candle_minutes and havdalah_minutes, but does not add meaning to those two undocumented parameters; it adds little beyond the schema.

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 states a specific resource ('a ready-to-read Friday summary for a location') and enumerates its components (candle-lighting, havdalah, parsha, haftarah, verse, holiday). This clearly differentiates it from sibling tools like get_shabbat_times or get_parasha, which cover only one piece.

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 clear context: it is a consolidated Friday briefing for a location. It does not explicitly name alternatives or state when not to use it, but the bundled nature of the output makes its use case evident.

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.

Resources