Skip to main content
Glama

Torah Library

Torah reading schedule (leyning)

get_torah_reading
Read-onlyIdempotent

Torah and Haftarah readings for a date or date range: parsha or holiday name, each aliyah with verse ranges and counts, maftir, haftarah, and special readings. Supports Israel vs Diaspora and the triennial cycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD (defaults to the coming Shabbat).
israelNo
end_dateNoEnd date for a range (max ~1 year).
triennialNoReturn triennial-cycle aliyot.
include_weekdayNoInclude Monday/Thursday and Rosh Chodesh/holiday weekday readings.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

The annotations already provide readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is fully covered. The description adds no further behavioral details beyond the content of the returned reading schedule, which is useful but not additional transparency about side effects or constraints.

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, well-structured sentence that leads with the core purpose, then packs in the key output elements and the two main option axes without any filler or repetition.

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 absence of an output schema, the description does well to enumerate the returned data: parsha/holiday name, aliyot with verse ranges/counts, maftir, haftarah, and special readings. Remaining details like defaults and date-range limits are already present in the input schema, so the combination is sufficiently complete for an agent to call the tool correctly.

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 80%, but the description adds meaning beyond the schema by explaining 'Israel vs Diaspora' (clarifying the otherwise undocumented israel parameter) and 'triennial cycle' (reinforcing the triennial flag). It also relates date/end_date to the 'date or date range' concept, giving useful semantic context.

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

Purpose4/5

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

The description clearly identifies the resource ('Torah and Haftarah readings') and the specific output components (aliyah verse ranges, maftir, haftarah, special readings). It is more specific than merely restating the name, though it does not explicitly contrast itself with sibling tools like get_parasha or get_learning_schedules.

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 phrase 'for a date or date range' gives a clear context for when the tool should be used, and the mention of Israel vs Diaspora and triennial cycle signals relevant use-case variations. It does not name alternative tools or provide exclusions, but the usage context is explicit enough for an agent to infer the right scenario.

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