Skip to main content
Glama

HebrewCore by baba Hebrew

Verify a Hebrew clinical translation

clinical_verify

Check Hebrew that was produced some other way (for example by your own model) against its English clinical source: every drug, dose, lab value, code and number must appear exactly, no number may be added, dates must be unambiguous, and negation and laterality must survive. verification: "strict" adds an independent model review for meaning changes; standard (default) is deterministic. Returns pass or fail with every issue. Needs a key with Clinical access (the medical scope). Uses the monthly character quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesThe English source, up to 20,000 characters.
glossaryNoEnglish term → required Hebrew rendering.
date_orderNoHow to read ambiguous numeric dates in the source.MDY
translationYesThe Hebrew to check, up to 40,000 characters.
redact_termsNoNames replaced before the reviewer sees the text. Up to 200.
verificationNo`standard` (default) runs the deterministic checks. `strict` adds an independent model review for meaning changes.standard
protected_termsNoTerms that must appear verbatim. Up to 500.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
passNoTrue when no issue has severity `error`.
usageNo
issuesNoEvery problem found.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the basic annotations, the description discloses meaningful behavioral details: standard mode is deterministic, strict mode adds an independent model review, it returns pass/fail with every issue, it requires a Clinical-access key, and it consumes the monthly character quota. This is exactly the kind of auth, quota, and mode behavior an agent needs to know.

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 dense but efficient: it front-loads the core operation, then covers modes, output, and access constraints in a logical order. Every sentence carries useful information, and there is no filler or repetition.

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 7-parameter tool with full schema coverage and an output schema, the description covers the essential non-schema context: operation, verification modes, return behavior, authentication, and quota. The schema handles parameter details, so nothing critical is missing.

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 does restate the verification-mode distinction already present in the schema but adds no new parameter-level meaning beyond that. Thus it neither penalizes nor elevates the parameter documentation.

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 states a specific verb ('Check') and resource ('Hebrew ... against its English clinical source'), and enumerates exactly what is checked (drugs, doses, lab values, dates, negation, laterality). This clearly differentiates clinical_verify from translation siblings like clinical_translate or translate.

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 clear context by saying the Hebrew 'was produced some other way (for example by your own model)', which implies this is a post-generation verification tool rather than a translation tool. However, it does not explicitly name alternative tools or state when not to use it, so it stops short of the strongest guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.