torah-mcp
Server Details
Source discipline for Torah study in Claude: read the real texts, quote exactly, never fabricate
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- JonathanB555/torah-mcp
- GitHub Stars
- 1
- Server Listing
- torah-mcp
Available Tools
16 toolsdaf_viewerVisualiseur de daf (page de Vilna)ARead-onlyInspect
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").
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Référence du daf (ex : "Berakhot 2a", "Bava Metzia 21a"). Défaut : daf yomi du jour. | |
| langue | No | Langue de traduction souhaitée : "fr" (défaut — français si Sefaria en a une, sinon anglais) ou "en" (anglais en priorité). |
TDQS
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.
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.
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.
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.
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.
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ïquesARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date civile YYYY-MM-DD (défaut : aujourd'hui). | |
| jour_h | No | Jour du mois hébraïque (1-30). | |
| mois_h | No | Mois hébraïque en anglais Hebcal (Nisan, Iyyar, Sivan, Tamuz, Av, Elul, Tishrei, Cheshvan, Kislev, Tevet, Shvat, Adar, Adar1, Adar2). | |
| annee_h | No | Année hébraïque (ex : 5786). | |
| apres_coucher | No | true si le moment est après le coucher du soleil. |
TDQS
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.
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.
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.
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.
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.
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 partageableARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Référence Sefaria (ex : "Berakhot 2a", "Genesis 1:1", "Pirkei Avot 1:14"). | |
| segments | No | Nombre max de segments de texte à inclure (défaut 3). |
TDQS
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.
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.
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.
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.
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.
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.
gematriaGuematriaARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| texte | Yes | Texte hébreu (avec ou sans nikoud). |
TDQS
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.
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.
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.
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.
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.
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 parachaARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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 havroutaARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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_searchHebrewBooks — recherche catalogueARead-onlyInspect
Recherche dans le catalogue HebrewBooks.org (~65 000 seforim scannés) par titre et/ou auteur, via leur API officielle. Renvoie les références vérifiées avec le lien de lecture hebrewbooks.org/ à ouvrir dans le navigateur.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Nombre de résultats (défaut 10, max 30). | |
| titre | No | Titre (hébreu ou translittéré). | |
| auteur | No | Auteur. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
La description ajoute des détails utiles au-delà des annotations (readOnlyHint) : elle précise l'utilisation de l'API officielle et le retour de références vérifiées avec liens de lecture. Elle n'aborde pas les éventuelles limites de débit ou erreurs, mais le trait majeur (lecture seule) est couvert par les annotations. Donc bon niveau de transparence.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
La description est concise : deux phrases qui disent l'essentiel (action, ressource, API, résultat). Chaque élément apporte de l'information et il n'y a pas de répétition ni de verbiage inutile.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Malgré l'absence de schéma de sortie, la description indique clairement ce que renvoie l'outil (références vérifiées avec lien de lecture) et son but. Pour un outil de recherche à trois paramètres optionnels, c'est suffisant pour que l'agent comprenne le contexte complet. Aucune information critique ne manque.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Le schéma couvre 100% des paramètres (limit, titre, auteur) avec des descriptions explicites. La description de l'outil ne fait que reformuler 'par titre et/ou auteur' sans ajouter de détail sur le format attendu des valeurs ou la combinaison des paramètres. La charge repose donc sur le schéma, ce qui correspond au niveau 3 de base.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
La description utilise un verbe précis ('Recherche') et identifie clairement la ressource : le catalogue HebrewBooks.org, avec le type de contenu (seforim scannés) et la portée (~65 000). Elle mentionne aussi les critères de recherche (titre et/ou auteur) et le résultat (liens de lecture), ce qui la différencie nettement des outils frères comme sefaria_search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Le contexte d'utilisation est clair : dès la lecture, on comprend que l'outil sert à trouver des seforim dans le catalogue HebrewBooks. Cependant, la description ne mentionne pas explicitement quand privilégier cet outil par rapport à alternatives (ex. sefaria_search) ni les cas où il ne faut pas l'utiliser. Cela reste très compréhensible, donc 4 est approprié.
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 juivesARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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é)ARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| niveau | Yes | Le mode à activer. |
TDQS
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.
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.
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.
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.
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.
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 — à partagerARead-onlyInspect
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…).
| Name | Required | Description | Default |
|---|---|---|---|
| tzid | No | Fuseau IANA (ex : Europe/Paris) — requis avec latitude/longitude. | |
| ville | No | Ville 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. | |
| latitude | No | ||
| geonameid | No | Identifiant GeoNames (geonames.org). | |
| longitude | No |
TDQS
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.
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.
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.
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.
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.
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) — DictaARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| genre | No | Registre du texte (défaut premodern). | |
| texte | Yes | Texte hébreu sans nikoud (max ~2000 caractères). |
TDQS
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.
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.
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.
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.
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.
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'étudeARead-onlyInspect
Calendriers d'étude du jour : parachat hachavoua, haftara, daf yomi, Rambam quotidien, halakha quotidienne… Sans argument : aujourd'hui.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date YYYY-MM-DD (défaut : aujourd'hui). |
TDQS
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.
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.
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.
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.
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.
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_linksSefaria — commentaires liésARead-onlyInspect
Commentaires et textes liés à une référence (Rachi, Tossafot, midrachim, halakha, responsa…). Renvoie les réfs liées par catégorie — charger ensuite le texte voulu avec sefaria_text.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Référence source. | |
| category | No | Filtre optionnel : Commentary, Midrash, Halakhah, Responsa, Talmud… |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already signals a safe read operation, lowering the burden on the description. The description adds valuable behavioral context: it returns only linked references by category, not the full text, and directs the user to a subsequent sefaria_text call. This clarifies the tool's output scope beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that packs essential information: what the tool does, examples of content types, the output format, and the next-step tool. Every clause earns its place with no filler or redundant repetition of the schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity, read-only annotation, and rich schema, the description is largely complete: it states the input (reference), optional filter (category), output (linked refs by category), and a follow-up action. It does not detail exact response structure, but for this simple lookup tool the guidance is sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so parameters are already documented. The description adds semantics by giving concrete examples of category values (Rachi, Tossafot, midrachim, halakha, responsa) and explaining that results are grouped by category. This enriches the meaning of the optional 'category' parameter and the output structure.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Renvoie') and clearly identifies the resource: linked commentaries and texts for a Sefaria reference. It distinguishes itself from siblings like sefaria_text by stating it returns linked refs by category, not the text itself, and even points to sefaria_text for loading content.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool: when you need commentaries or linked texts for a reference. It also gives workflow guidance by stating 'charger ensuite le texte voulu avec sefaria_text', indicating this tool is the first step before fetching full text. It does not explicitly mention exclusions or alternatives, but the context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sefaria_searchSefaria — rechercheARead-onlyInspect
Recherche plein texte dans toute la bibliothèque Sefaria (hébreu ou anglais). Utile pour retrouver une source dont on connaît les mots mais pas la référence.
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Nombre de résultats (défaut 8, max 20). | |
| query | Yes | Termes de recherche (hébreu ou anglais). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds that search is full-text across the entire library in Hebrew or English, but doesn't disclose return format, pagination, 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the action, no redundant wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool, the description covers purpose and usage well. The lack of an output schema means return format isn't defined, but the tool's nature makes it inferable; a brief mention of result type would make it fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with both query and size described. The description adds no additional parameter semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Recherche') and resource ('toute la bibliothèque Sefaria'), and explicitly states the use case (finding a source by words not reference), distinguishing it from siblings like sefaria_text or sefaria_calendar.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear use case ('retrouver une source dont on connaît les mots mais pas la référence'), but does not explicitly name alternatives or 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érenceARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Référence (format Sefaria, anglais). |
TDQS
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.
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.
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.
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.
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.
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 ChabbatARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD (défaut : aujourd'hui). | |
| tzid | No | Fuseau IANA (ex : Europe/Paris) — requis avec latitude/longitude. | |
| ville | No | Ville 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. | |
| chabbat | No | true : horaires de Chabbat au lieu des zmanim du jour. | |
| latitude | No | ||
| geonameid | No | Identifiant GeoNames (geonames.org). | |
| longitude | No |
TDQS
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.
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.
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.
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.
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.
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
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Your office's procedures inside Claude or ChatGPT - verified citations or an honest refusal.
Give Claude an honest self-model — behavioral tendencies built from evidence, not session memory. Mi
Write structured books, studies & commentaries with your AI — print PDF + online reader, full RTL
Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.
1
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for hallucination detection in Claude Code, requiring every claim to cite verbatim quotes and flagging misquotes.9Apache 2.0
- FlicenseAqualityBmaintenanceConnects Claude with SuttaCentral to answer Buddhist questions with scriptural citations.5
- AlicenseAqualityFmaintenanceAn 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.1645MIT
- AlicenseBqualityDmaintenanceEnables Large Language Models to retrieve Jewish texts and commentaries from the Sefaria library through a standardized interface.21MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
Five tools is well-scoped for a Torah study server, covering the essential operations without bloat. Each tool earns its place.
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.