Skip to main content
Glama

convert-hebrew-to-gregorian

Converts a Hebrew date to a Gregorian (civil) date

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayYesHebrew day of month
yearYesHebrew year
monthYesHebrew month name transliterated, like Elul or Tishrei

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed6 schema fields changed
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
    • addedInput schema / additionalProperties
      Added value: +false
    • removedInput schema / properties / day / maximum
      Removed value: -30
    • removedInput schema / properties / day / minimum
      Removed value: -1
    • removedInput schema / properties / year / maximum
      Removed value: -9999
    • removedInput schema / properties / year / minimum
      Removed value: -1
  2. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It discloses the primary conversion behavior, but it does not mention output format, validation of invalid Hebrew dates, or any calendar edge-case handling. The main behavior is present, so this is not severely deficient, but additional detail would help.

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?

A single, front-loaded sentence states the tool's purpose with zero waste. It is as concise as possible while still conveying the exact conversion direction.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple and required parameters are well documented, but there is no output schema and no description of the return value's format. An agent cannot tell whether the result is an ISO string, a date object, or another representation. This is a moderate completeness gap.

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%, so the schema already documents all three parameters adequately. The description adds no extra parameter nuance such as expected ranges, month normalization, or transliteration variants, which keeps it at the baseline.

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 uses a specific verb ('Converts') and names both source and target resources ('Hebrew date' to 'Gregorian (civil) date'). This clearly distinguishes it from the sibling convert-gregorian-to-hebrew without ambiguity.

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 direction of conversion makes the intended use context clear: use this tool when you have a Hebrew date and need a Gregorian result. It does not explicitly name the sibling alternative or state exclusions, but the counterpart is obvious from the sibling list.

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

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: two cover bidirectional date conversion, while the others handle unique calendar computations like holidays, Torah portions, Shabbat times, Daf Yomi, and Yahrzeit. There is no overlap or ambiguity between them.

Naming Consistency4/5

All tool names use lowercase hyphenated words, creating a uniform style. However, some names are verb-led (convert-gregorian-to-hebrew) while others are noun-led (daf-yomi, shabbat-times), which is a minor deviation from a single naming pattern but remains readable and predictable.

Tool Count5/5

With 7 tools, the server is well-scoped for a Jewish calendar domain. Each tool addresses a distinct functionality, and the count fits comfortably within the ideal range for a focused utility server.

Completeness4/5

The server covers the core Jewish calendar needs: date conversion, annual holidays, Shabbat times, Torah portions, Daf Yomi, and Yahrzeit. A minor gap is the lack of a tool for a specific holiday date lookup (without retrieving the whole year) or more advanced halachic time calculations, but these are workable gaps.