Skip to main content
Glama

Server Details

Source discipline for Torah study in Claude: read the real texts, quote exactly, never fabricate

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
JonathanB555/torah-mcp
GitHub Stars
1
Server Listing
torah-mcp

Available Tools

16 tools
daf_viewerVisualiseur de daf (page de Vilna)A
Read-only
Inspect

Affiche une page de Guemara en visualiseur interactif façon Vilna : texte au centre, Rachi et Tossafot dépliables, traduction au clic. Sans argument : le daf yomi du jour. Utiliser dès que l'utilisateur veut VOIR ou étudier un daf (ex : "montre-moi le daf du jour", "ouvre Berakhot 2a").

ParametersJSON Schema
NameRequiredDescriptionDefault
refNoRéférence du daf (ex : "Berakhot 2a", "Bava Metzia 21a"). Défaut : daf yomi du jour.
langueNoLangue de traduction souhaitée : "fr" (défaut — français si Sefaria en a une, sinon anglais) ou "en" (anglais en priorité).

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare 'readOnlyHint: true', so the description does not need to stress safety. The description adds helpful behavior details (interactive layout, French default language fallback logic) beyond that annotation. However, it does not disclose potential rate limits, network dependencies, or what happens if the daf is not available. With annotations covering the safety profile, a 3 is appropriate.

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 two front-loaded sentences with zero waste. The first sentence states core function and features; the second covers defaults and usage examples. Every word earns its place.

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?

Given the simplicity (2 optional parameters, no output schema, no nesting, high schema coverage) and the readOnly annotation, the description is complete. It explains default behavior, optional language constraint, and usage intent. No gaps for an agent to misinterpret.

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 baseline is 3. The description adds context about the default behavior (daf yomi) but does not explain the 'ref' parameter syntax or the language fallback logic in more depth than the schema. It does not compensate for the schema's simple descriptions, thus stays at 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 specific verbs ('Affiche', 'montre-moi', 'ouvre') and a clear resource ('page de Guemara en visualiseur interactif façon Vilna'). It distinguishes the tool's scope from siblings like 'sefaria_links' or 'sefaria_text' by describing its unique interactive features (texte au centre, Rachi et Tossafot dépliables, traduction au clic). The default behavior (daf yomi du jour) is also specified.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool: 'dès que l'utilisateur veut VOIR ou étudier un daf'. It provides concrete usage examples ('montre-moi le daf du jour', 'ouvre Berakhot 2a'). While it does not explicitly say when NOT to use it, the purpose is so clearly scoped to 'voir/étudier un daf' that alternatives are effectively excluded, and the sibling list shows other tools for other needs (e.g., 'sefaria_search' for general searching, 'mode_etude' for study mode).

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

date_hebraiqueConversion de dates hébraïquesA
Read-only
Inspect

Convertit une date civile en date hébraïque (ou l'inverse) avec les événements du jour (Rosh Hodesh, fêtes, paracha). Sens civil→hébreu : passer date (YYYY-MM-DD). Sens hébreu→civil : passer annee_h, mois_h (ex : Elul, Tishrei, Nisan), jour_h.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate civile YYYY-MM-DD (défaut : aujourd'hui).
jour_hNoJour du mois hébraïque (1-30).
mois_hNoMois hébraïque en anglais Hebcal (Nisan, Iyyar, Sivan, Tamuz, Av, Elul, Tishrei, Cheshvan, Kislev, Tevet, Shvat, Adar, Adar1, Adar2).
annee_hNoAnnée hébraïque (ex : 5786).
apres_coucherNotrue si le moment est après le coucher du soleil.

TDQS

A4.1/5.0
Behavior4/5

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

The description adds that output includes daily events ('événements du jour (Rosh Hodesh, fêtes, paracha)'), which is not in annotations. It doesn't discuss side effects, but readOnlyHint is true, so no write behavior is expected. It also doesn't contradict annotations.

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?

Two sentences, front-loaded with the primary function and followed by direction-specific instructions. No redundant content.

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?

For a read-only conversion tool with 100% schema coverage, the description covers both directions and output events. However, it lacks explanation of 'apres_coucher' and doesn't describe output format, though these are not critical for a basic conversion.

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?

The description defines which parameters are relevant for each conversion direction, supplementing the schema's individual descriptions. It clarifies that 'date' is for civil-to-Hebrew and the trio 'annee_h, mois_h, jour_h' for the reverse, but omits 'apres_coucher'.

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 defines the tool as converting civil dates to Hebrew dates and vice versa ('Convertit une date civile en date hébraïque (ou l'inverse)'), including daily events. The verb and resource are specific, but it doesn't explicitly differentiate from sibling calendar tools like sefaria_calendar or zmanim.

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?

It gives explicit instructions for both conversion directions: 'Sens civil→hébreu : passer date (YYYY-MM-DD)' and 'Sens hébreu→civil : passer annee_h, mois_h, jour_h'. This provides clear context on parameter selection, though it doesn't mention alternatives or exclusivity conditions.

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

fiche_sourceFiche source partageableA
Read-only
Inspect

Compose une fiche source prête à partager (WhatsApp/message) pour une référence : texte hébreu, traduction, référence exacte et liens d'étude. Le texte est réellement lu via Sefaria — jamais de citation de mémoire.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesRéférence Sefaria (ex : "Berakhot 2a", "Genesis 1:1", "Pirkei Avot 1:14").
segmentsNoNombre max de segments de texte à inclure (défaut 3).

TDQS

A4.2/5.0
Behavior4/5

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

The description adds a key behavioral trait: the text is actually read via Sefaria, never cited from memory, which is important for reliability and freshness. This goes beyond the readOnlyHint annotation (which only indicates safety) by disclosing the data source and accuracy guarantee. No contradiction.

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 two sentences, front-loaded with the main function and purpose. The second sentence adds valuable transparency about data sourcing without redundancy. Every word earns its place.

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?

With 2 params, full schema coverage, and a clear description, the tool is well-specified. The description also lists the output contents (text, translation, reference, links), which compensates for the lack of an output schema. A bit more detail on output format would be nice but is not essential.

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 schema covers 100% of the parameters, with 'ref' providing a Sefaria reference example and 'segments' explaining the maximum number of text segments. The description adds no extra parameter-level detail beyond the schema, so the baseline of 3 is appropriate.

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 composes a shareable source card ('fiche source') for a reference, including Hebrew text, translation, exact reference, and study links. The specific verb 'Compose' and the resource ('source card') make the purpose unambiguous. It is distinguished from sibling tools like sefaria_text by emphasizing the 'ready to share' formatting.

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 implies usage context: when the user needs a ready-to-share source card for WhatsApp/messaging, with translation and study links. It does not explicitly mention alternative tools or exclusions, but the context is clear. A slight gap remains in not naming when to prefer siblings like sefaria_text or sefaria_links.

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

gematriaGuematriaA
Read-only
Inspect

Calcule la guematria d'un texte hébreu, mot par mot et au total, selon plusieurs méthodes : hechrechi (standard), gadol (finales 500-900), katan (réduction), siduri (ordinale), atbash. Le nikoud est ignoré. Calcul local, exact.

ParametersJSON Schema
NameRequiredDescriptionDefault
texteYesTexte hébreu (avec ou sans nikoud).

TDQS

A4.2/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds meaningful behavioral details beyond that: it is a local, exact calculation, and niqqud is ignored. This provides context about the tool's execution specifics and limitations.

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?

Two tightly packed sentences: the first states the core function and scope, the second adds method details and an important caveat. No wasted words, every sentence earns its place.

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?

The tool has one well-documented parameter and a read-only annotation. The description covers the purpose, methods, and a key behavioral caveat. While it does not describe the output format, the description is sufficient for a simple, well-scoped calculation 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 schema already describes the single parameter 'texte' with 100% coverage. The description reinforces that niqqud is ignored, which slightly clarifies behavior but does not add new semantic meaning to the parameter itself. Baseline score is appropriate given high schema coverage.

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 calculates gematria for Hebrew text, word by word and total, listing specific methods. This verb+resource+scope structure distinguishes it from all sibling tools, none of which offer gematria calculations.

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 defines when to use the tool (for gematria calculations) and what it does, but does not explicitly mention alternatives or exclusions. Since no sibling tool overlaps with this functionality, the context is clear enough to guide an agent.

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

guide_parachaGuide d'étude de la parachaA
Read-only
Inspect

Charge la méthode du guide d'étude de la paracha (façon AlHaTorah : fil par aliya, questions du texte avec commentateurs en désaccord, haftara, questions pour la table de Chabbat) avec les données de la semaine (paracha, référence, haftara). À utiliser dès que l'utilisateur veut préparer ou étudier la paracha.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes the safe read-only nature. The description adds context about the guide's structure and the weekly data it uses, but doesn't disclose whether the tool returns a formatted guide, initiates a mode, or provides navigation. No contradiction with annotations, but more behavioral detail would be clearer.

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?

Two sentences efficiently convey the tool's function and usage. The first sentence packs essential details about the guide's components, and the second gives a direct usage instruction. No wasted words or repetition of schema/annotations.

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?

For a zero-parameter, read-only tool with no output schema, the description adequately covers what the tool does and when to use it. It could explicitly state the output format or behavior, but the description is sufficient for the tool's simple nature. The 'data of the week' phrase adds helpful context about automatic date-based input.

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?

The schema has zero parameters, so the description doesn't need to explain parameter syntax. The mention of 'les données de la semaine' implies the tool automatically fetches current week data, which is useful context beyond the empty schema. Baseline 4 for a no-parameter tool is appropriate.

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 tool as loading a structured parasha study guide, enumerating specific components (aliya-by-aliya, questions with commentators, haftara, Shabbat table questions). It distinguishes itself from sibling tools like sefaria_text (raw text) and sefaria_calendar (dates) by focusing on a study method.

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 final sentence explicitly states when to use the tool: whenever the user wants to prepare or study the parasha. It provides clear usage context but does not mention alternatives or exclusions, which is acceptable given the tool's specific niche.

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

havrouta_modeMode havroutaA
Read-only
Inspect

Charge le mode havrouta : Claude devient partenaire d'étude actif — il pose les questions du texte, fait défendre les positions opposées (Rachi vs Tossafot…), aide à formuler les kouchiot, au lieu de donner les réponses. À charger quand l'utilisateur veut ÉTUDIER un texte, pas juste obtenir une réponse.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

The annotations only provide readOnlyHint=true, indicating no data mutation. The description adds substantial behavioral context beyond that: it explains the mode changes Claude's interaction style (posing questions, defending positions, avoiding direct answers). It does not mention how the mode persists or how to exit it, but that is a minor gap for a behavioral mode toggle.

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 two sentences long, front-loaded with the primary action ('Charge le mode havrouta') and immediately explains the behavior and usage context. Every sentence earns its place with no redundancy or unnecessary detail.

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?

Given the tool's low complexity (mode toggle, no parameters, no output schema) and the presence of readOnlyHint annotation, the description fully covers what an agent needs to know: the mode's purpose, the behavioral change, and when to invoke it. There are no missing critical details for correct invocation.

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?

The tool has zero parameters and the schema is empty, with schema description coverage at 100% trivially. No parameter documentation is needed, so the baseline score of 4 for zero-parameter tools applies. The description does not need to add parameter semantics.

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 tool description clearly states its purpose: 'Charge le mode havrouta' with a specific verb and resource, and elaborates the behavior (Claude becomes an active study partner, asks questions, defends opposing positions, helps formulate kushiot). It distinguishes itself from sibling tools by being a mode rather than a content retrieval tool.

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 explicitly states when to use it: 'À charger quand l'utilisateur veut ÉTUDIER un texte, pas juste obtenir une réponse.' This provides a clear trigger context. It implies a 'when not' by contrasting 'not just get an answer', but does not explicitly name alternative tools or exclusion cases, though that is not critical for a mode switcher.

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

hebrewbooks_skillMéthode d'étude des sources juivesA
Read-only
Inspect

Charge le skill d'étude des sources juives : méthode pour répondre aux questions religieuses (halakha, Talmud, Tanakh, responsa, hassidout, moussar) depuis les textes primaires vérifiés via Sefaria, avec liens hebrewbooks.org pour la lecture. À charger AVANT de répondre à toute question religieuse.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.6/5.0
Behavior5/5

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

With readOnlyHint=true already provided, the description adds substantial behavioral context: it discloses that the skill uses verified primary texts via Sefaria, provides links to hebrewbooks.org for reading, and covers specific Jewish text domains. This goes beyond the annotation by explaining the tool's method and output behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, with the first providing a dense but informative overview of the skill's purpose and the second a clear usage instruction. It is not overly verbose, though the enumeration of text genres makes the first sentence slightly long.

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?

For a tool with no parameters, no output schema, and simple annotations, the description is complete: it explains what the skill does, when to use it, the topics covered, and the sources involved. The agent has enough information to know when to load this skill and what to expect.

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?

The tool has zero parameters and the schema reflects this, so there is no parameter information needed. The description does not need to explain parameters, and the baseline for zero parameters is 4.

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's purpose: 'Charge le skill d'étude des sources juives' (loads the Jewish sources study skill) and specifies the domain of religious questions (halakha, Talmud, Tanakh, responsa, hassidout, moussar). It distinguishes itself from sibling Sefaria tools by being a meta-skill loader, not a direct search or text retrieval tool.

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 explicitly says 'À charger AVANT de répondre à toute question religieuse' (to load before answering any religious question), providing a clear when-to-use trigger. However, it does not explicitly mention when-not-to-use or alternative tools, though it implies this skill should precede the use of Sefaria tools.

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

mode_etudeMode d'étude (débutant / classique / avancé)A
Read-only
Inspect

Règle le registre des réponses selon le lecteur, sans toucher à la discipline des sources. « debutant » : tout en français, aucun mot hébreu sans traduction ni explication, contexte d'abord, une idée à la fois — pour qui n'a pas de culture religieuse ou ne lit pas l'hébreu. « classique » : bilingue, termes usuels supposés connus (défaut). « avance » : beit midrash — source en langue originale, terminologie sans glose, mahloket, girsaot, lomdus. À charger dès que le niveau de l'utilisateur est connu ou déductible.

ParametersJSON Schema
NameRequiredDescriptionDefault
niveauYesLe mode à activer.

TDQS

A4.6/5.0
Behavior4/5

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

Annotations include readOnlyHint: true. The description adds context about the behavioral effect: it changes the register of responses without affecting source discipline. It explains what each mode entails (e.g., 'debutant' uses only French with no untranslated Hebrew). This is consistent with readOnlyHint and provides useful behavioral context beyond the annotation.

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 paragraph with clear structure, using quotes and concise definitions for each mode. It is information-dense without being verbose. Every clause serves a purpose, making it appropriately sized.

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?

The tool is simple with one parameter, no output schema, and read-only behavior. The description explains the purpose, the three modes, and the usage trigger. It fully covers the operational context needed for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% coverage with a single parameter 'niveau' and an enum. The description provides detailed semantic explanations for each enum value, which goes well beyond the schema's generic 'Le mode à activer.' This significantly enhances parameter understanding.

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 the specific verb 'Règle' (sets) and identifies the resource 'registre des réponses' (response register). It clearly differentiates from sibling tools by focusing on response style levels and explicitly states it doesn't affect source discipline. The three modes are defined.

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 includes an explicit trigger condition: 'À charger dès que le niveau de l'utilisateur est connu ou déductible' (load as soon as the user's level is known or deducible). It also describes the target audience for each mode. However, it doesn't mention any when-not-to-use scenarios or alternative tools.

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

mot_chabbatLe mot de Chabbat — à partagerA
Read-only
Inspect

Compose le petit mot de Chabbat de la semaine, prêt à envoyer sur WhatsApp : paracha de la semaine (nom, hébreu, référence), verset d'ouverture cité en français depuis la Bible du Rabbinat (réellement lu via Sefaria), horaires d'allumage et de sortie de Chabbat pour la ville donnée (Hebcal), lien d'étude. Sans ville, le mot est composé sans les horaires. L'utilisateur peut ensuite demander de personnaliser (ajouter un vœu, une pensée de la paracha…).

ParametersJSON Schema
NameRequiredDescriptionDefault
tzidNoFuseau IANA (ex : Europe/Paris) — requis avec latitude/longitude.
villeNoVille connue : paris, marseille, lyon, nice, strasbourg, geneve, bruxelles, anvers, londres, jerusalem, tel-aviv, haifa, new-york, montreal, miami, los-angeles, casablanca. Sinon utiliser geonameid ou latitude/longitude/tzid.
latitudeNo
geonameidNoIdentifiant GeoNames (geonames.org).
longitudeNo

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds meaningful behavioral context beyond that: it explicitly says the verse is actually read via Sefaria, times come from Hebcal, and the user can then request personalization. There is no contradiction with the read-only annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the verb and deliverable, then a compact list of contents. The first sentence is long but every element contributes to the expected output; the second sentence adds a clear conditional. No filler.

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?

With no output schema, the description still enumerates the five content pieces (parsha name, Hebrew, reference, French verse, times, link) and the optionality around city. It also anticipates the likely follow-up request. Exact formatting is not specified, but enough is given for correct invocation.

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 coverage is 60%, with latitude and longitude undocumented in the schema. The description adds the key semantic distinction that providing a city enables times and omitting it omits times, but it does not explain the coordinate/tzid grouping or compensate fully for the undocumented parameters.

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 opens with a specific verb and resource: 'Compose le petit mot de Chabbat de la semaine, prêt à envoyer sur WhatsApp', then enumerates the message components. It clearly differentiates this tool's combined output from narrower tools, though it never explicitly names or excludes siblings, so it misses the top score.

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?

It provides clear usage context: users who want a shareable weekly Shabbat message with parsha, verse, times, and study link. The conditional 'Sans ville, le mot est composé sans les horaires' clarifies behavior based on input, but no alternatives or when-not-to-use guidance is given.

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

nikoudNikoud (vocalisation) — DictaA
Read-only
Inspect

Vocalise un texte hébreu non ponctué via le nakdan de Dicta (dicta.org.il, outil académique). Genres : premodern (textes rabbiniques — défaut), modern, poetry. Renvoie la meilleure vocalisation et les variantes par mot ambigu.

ParametersJSON Schema
NameRequiredDescriptionDefault
genreNoRegistre du texte (défaut premodern).
texteYesTexte hébreu sans nikoud (max ~2000 caractères).

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, matching the description's read-only nature. The description adds behavioral transparency by disclosing the return format: the best vocalization and variants for ambiguous words. This goes beyond annotations without contradicting them, though it does not cover error handling or rate limits.

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 compact and well-structured: the first sentence states the core function, and the second covers genres and return behavior. Every sentence adds value without redundancy or fluff.

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?

Given the tool's low complexity (2 parameters, 1 enum), full schema coverage, and read-only annotation, the description covers all essential aspects: purpose, genre selection, and output. The return behavior is also mentioned, making the tool adequately understood without an output schema.

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 description coverage is 100%, so the baseline is 3. The description enhances parameter understanding by specifying that 'premodern' is the default and intended for rabbinic texts, while 'modern' and 'poetry' are other options. This adds practical guidance beyond the schema's enum descriptions.

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 a specific action: vocalizing unpointed Hebrew text via Dicta's nakdan. It identifies the resource ('texte hébreu non ponctué'), the method ('nakdan de Dicta'), and the genre options. This distinguishes it from all sibling tools, which are unrelated to vocalization.

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 implies when to use the tool (for vocalizing Hebrew text) and provides genre-specific guidance (premodern for rabbinic texts, modern, poetry). It lacks explicit exclusions or alternative tool references, but no sibling tool serves a comparable function, so the context is sufficient.

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

sefaria_calendarSefaria — calendriers d'étudeA
Read-only
Inspect

Calendriers d'étude du jour : parachat hachavoua, haftara, daf yomi, Rambam quotidien, halakha quotidienne… Sans argument : aujourd'hui.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD (défaut : aujourd'hui).

TDQS

A4/5.0
Behavior4/5

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

The readOnlyHint annotation already marks this as a safe read operation. The description adds value beyond that by enumerating the calendar types and specifying the default date behavior (today if no argument), which helps the agent understand the tool's scope without needing additional structured data.

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, front-loaded sentence that efficiently lists calendar types and finishes with a concise default-date note. Every word serves a purpose, with no filler or redundant detail.

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?

For a simple read-only tool with one optional parameter and no output schema, the description adequately sets expectations by listing the content types included in the calendars. It does not describe the return structure, but for this use case, the provided information is sufficient for an agent to understand what will happen.

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 schema fully describes the single optional 'date' parameter with its default value ('aujourd'hui'). The description merely restates this default in the 'sans argument' note, adding no additional semantics beyond what the schema already provides. With 100% schema description coverage, the bar is met, but no extra meaning is added.

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 states that the tool provides daily study calendars (parasha, haftara, daf yomi, Rambam, halakha) with an optional date parameter. It identifies a specific resource and scope, though it does not explicitly compare against sibling tools like sefaria_search or sefaria_text, so it stops short of full differentiation.

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 gives a clear usage hint ('Sans argument : aujourd'hui') indicating the default behavior when no date is provided. It establishes a clear context for the tool's purpose, but it does not explicitly mention when to prefer this over alternatives or any exclusions.

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

sefaria_textSefaria — texte d'une référenceA
Read-only
Inspect

Texte d'une référence Sefaria (hébreu + traduction anglaise si disponible). Réfs : "Genesis 1:1", "Berakhot 2a", "Shulchan Arukh, Orach Chayim 1:1", "Mishneh Torah, Laws of Repentance 2:1", "Shabbat 31a"… TOUJOURS citer depuis le texte réellement lu ici, jamais de mémoire.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesRéférence (format Sefaria, anglais).

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds valuable context: it returns Hebrew with English translation if available, and includes a strong instruction to always cite from the text actually read, never from memory. This goes beyond the static annotation by guiding agent behavior and disclosing output content.

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 extremely concise: two sentences of substantive information. It front-loades the core purpose, provides examples, and ends with a critical usage rule. Every sentence adds value with no redundancy or filler, making it an exemplar of efficient writing.

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?

For a simple tool with one parameter, no output schema, and read-only annotations, the description is complete. It states what is returned, gives reference format examples, and includes an important instruction about citing from the actual text. There is no missing information that would prevent an agent from using 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 100% with the 'ref' parameter described as a Sefaria-format reference in English. The description enhances this by listing concrete examples (e.g., 'Genesis 1:1', 'Berakhot 2a') that clarify acceptable formats and naming conventions. This adds meaning beyond the schema's generic description, lifting it above the baseline of 3.

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 retrieves the text of a Sefaria reference (Hebrew + English if available), which is a specific verb+resource. It implicitly distinguishes from sibling tools like 'sefaria_search' (searching) and 'sefaria_links' (related links) by focusing on the actual text content for a given reference.

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 on what this tool is used for (getting text for a specific reference) and gives concrete examples of valid reference formats. It does not explicitly mention when not to use it or name alternative tools, but the examples and emphasis on citing from the actual text imply usage for known references. No exclusions are stated, fitting the 'clear context, no exclusions' level.

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

zmanimZmanim et horaires de ChabbatA
Read-only
Inspect

Zmanim du jour (alot, netz, sof zman kriat shema/tefila, hatsot, minha, shkia, tzeit…) et, avec chabbat=true, les horaires d'entrée/sortie de Chabbat et la paracha. Données Hebcal. Villes prédéfinies ou coordonnées libres.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoYYYY-MM-DD (défaut : aujourd'hui).
tzidNoFuseau IANA (ex : Europe/Paris) — requis avec latitude/longitude.
villeNoVille connue : paris, marseille, lyon, nice, strasbourg, geneve, bruxelles, anvers, londres, jerusalem, tel-aviv, haifa, new-york, montreal, miami, los-angeles, casablanca. Sinon utiliser geonameid ou latitude/longitude/tzid.
chabbatNotrue : horaires de Chabbat au lieu des zmanim du jour.
latitudeNo
geonameidNoIdentifiant GeoNames (geonames.org).
longitudeNo

TDQS

A4.1/5.0
Behavior4/5

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

With readOnlyHint=true already indicating a safe read, the description adds meaningful behavior: the mode switch when chabbat=true (Shabbat schedule instead of daily zmanim) and the data source (Hebcal). It does not cover edge cases like parameter conflicts or error handling, but it adds value beyond the annotation without contradiction.

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, front-loaded sentence with a parenthetical list of zmanim, followed by two short clarifying sentences. Every word contributes; there is no filler or repetition of schema details. Highly concise and well structured.

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?

Even without an output schema, the description lists the return categories (alot, netz, ..., chabbat times, paracha), explains location options, and names the data source. It does not cover response format or error conditions, but for this type of calendar tool the description is arguably complete enough for an agent to invoke it 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?

The schema already documents most parameters, but the description adds semantic context by grouping 'Villes prédéfinies ou coordonnées libres', which clarifies how ville, geonameid, latitude/longitude/tzid relate. It also reinforces the chabbat boolean meaning. This compensates for the undocumented latitude/longitude fields, going beyond the schema's baseline.

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 (daily Jewish prayer times) and the specific verb/function ('Zmanim du jour', returns times like alot, netz, shkia, etc.). It also distinguishes the Shabbat mode via 'chabbat=true'. However, it does not explicitly contrast with sibling tools such as sefaria_calendar, so it stops short of full sibling differentiation.

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 usage context: daily zmanim by default, Shabbat entry/exit and paracha when chabbat=true, and input via predefined cities or free coordinates. It does not explicitly mention alternatives or when not to use this tool, but the guidance is sufficient for typical selection.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    MCP server for hallucination detection in Claude Code, requiring every claim to cite verbatim quotes and flagging misquotes.
    9
    Apache 2.0
  • F
    license
    A
    quality
    B
    maintenance
    Connects Claude with SuttaCentral to answer Buddhist questions with scriptural citations.
    5
  • A
    license
    A
    quality
    F
    maintenance
    An enhanced MCP server that enables users to interact with NotebookLM while ensuring strict source fidelity and citation accuracy through client-side prompt structuring. It guides Claude to transform user queries into structured prompts that prevent the addition of external knowledge during document analysis.
    16
    45
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: skill loading, calendar, related links, full-text search, and text retrieval. There is no overlap in functionality, making selection unambiguous.

Naming Consistency4/5

Four of five tools follow the 'sefaria_' prefix pattern, while 'hebrewbooks_skill' deviates slightly. The naming is still predictable and readable, with only minor inconsistency.

Tool Count5/5

Five tools is well-scoped for a Torah study server, covering the essential operations without bloat. Each tool earns its place.

Completeness4/5

The set covers text retrieval, search, related texts, and daily study schedules, addressing the core domain. Minor gaps exist (e.g., no direct copy/export), but the workflow is functional.