Skip to main content
Glama

HebrewCore by baba Hebrew

Hebrew question to English record query

clinical_query

Turn a Hebrew clinical question (up to 2,000 characters) into an English query for a record search or an English model. English terms, numbers and dates are kept exactly, and Hebrew spellings of drug names are mapped back to English, preferring the patient's own terms in known_terms and the account terms. Needs a key with Clinical access (the medical scope). Uses the monthly character quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe Hebrew question, up to 2,000 characters.
glossaryNoEnglish term → Hebrew rendering, used to map the Hebrew back to English.
known_termsNoEnglish terms from the patient's record, used to map Hebrew spellings back. Up to 500. Account terms are added automatically.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoEnglish query for your record search.
termsNoHebrew spellings that were mapped back to English terms.
usageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

The description discloses meaningful behavior beyond the annotations: it requires a key with Clinical access, consumes monthly character quota, preserves English terms/numbers/dates exactly, and maps Hebrew drug spellings back to English while preferring known_terms and account terms. These details are valuable and non-contradictory.

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 three concise sentences with no filler. It front-loads the core task, then adds the most important operational details: faithfulness of the conversion, parameter preferences, and access/quota constraints.

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 output schema exists and the parameter schema is rich, the description completes the picture by covering auth requirements, quota impact, and transformation rules. No critical operational detail needed to invoke the tool correctly is missing.

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%, and the schema already documents text, glossary, and known_terms individually. The description adds value by explaining the mapping preference and how glossary/known_terms fit into the overall behavior, going slightly beyond the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the verb ('Turn') and the specific resource: a Hebrew clinical question becomes an English query for record search or an English model. This distinguishes it from generic translation siblings by focusing on query generation rather than general text translation.

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 useful context about when to use it ('for a record search or an English model') and mentions the prerequisite clinical access key and quota. It does not explicitly name alternatives like clinical_translate or translate, so the agent must infer the distinction from the purpose rather than from explicit exclusions.

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.