Skip to main content
Glama
ariroffe72

Zmanim MCP Server

by ariroffe72

zmanim_get_shema_times

Read-onlyIdempotent

Calculate the latest times for reciting the morning Shema according to GR"A and Magen Avraham opinions. Input location and date to get both deadlines.

Instructions

Get the latest times for reciting the morning Shema according to different opinions.

This tool calculates the deadline for reciting the morning Shema (Krias Shema) according to two major halachic opinions: the GR"A (Vilna Gaon) and the Magen Avraham (MG"A). The GR"A calculation is 3 hours after sunrise, while the MG"A is based on 3 temporal hours from dawn (72 minutes before sunrise).

Args: params (LocationInput): Input parameters containing location and date information

Returns: str: Latest times for Shema according to both opinions in the requested format

Note: The MG"A time is typically earlier and more stringent than the GR"A time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is clear. The description adds context about the two halachic opinions and their differences, which goes beyond annotations but does not disclose potential edge cases or failure modes.

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 concise with four sentences, front-loaded with the main purpose, and includes a useful note about the difference between the two opinions. Every sentence adds value without redundancy.

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 presence of an output schema, the description does not need to detail return values. It explains the two opinions and mentions output format flexibility. It could sometimes state the default format or order of outputs, but overall it is sufficiently complete for a focused list tool.

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?

The description only briefly mentions the params argument as 'Input parameters containing location and date information.' The input schema provides detailed descriptions for each subfield (location, latitude, etc.), so schema coverage is high. The description adds minimal value beyond what the schema already offers.

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 gets the latest times for reciting the morning Shema according to two major opinions (GR"A and MG"A), using specific verbs and resource. It distinguishes itself from sibling tools like zmanim_get_daily_times and zmanim_get_tefila_times by focusing on Shema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the two calculations and notes that MG"A is earlier and more stringent, but does not explicitly state when to use this tool versus alternatives. It lacks 'when to use' or 'when not to use' guidance, leaving the agent to infer based on the Shema focus.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ariroffe72/zmanim-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server