Skip to main content
Glama

לצדך: Israeli health insurance, from the policies

Ask a licensed agent to call the person

request_human_check

Hands the person over to a licensed insurance agent (לצדך), who calls them back by phone or WhatsApp to check their own policy. ONLY call this after the person explicitly asked to be contacted AND agreed that a licensed insurance agent may contact them (and may also offer them insurance). Never call it on your own initiative, never with details the person did not give you, and do not include medical details (diagnoses, conditions): describe only what they want checked. user_consent must be true. מעביר את האדם לסוכן ביטוח בעל רישיון שיחזור אליו. רק אחרי שהאדם ביקש במפורש שיחזרו אליו והסכים. בלי פרטים רפואיים.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe person's name, as they gave it
needYesWhat they want checked, one or two sentences, no medical details (e.g. "רוצה לדעת אם יש לי מסלול מהיר ל-MRI בפוליסה של הראל")
testNoThe test or topic, if relevant
coverNoThe cover, if known
phoneYesThe person's Israeli phone number, as they gave it
companyNoTheir insurer, if they said
user_consentYestrue only if the person explicitly agreed to be contacted by a licensed insurance agent, who may also offer insurance.

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?

The description discloses real-world side effects beyond what annotations convey: a licensed agent will contact the person by phone or WhatsApp and may offer insurance. It also imposes a strict privacy constraint about omitting medical details. This is meaningful behavioral context on top of readOnlyHint=false and idempotentHint=false.

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 English portion is front-loaded and efficient: action first, then consent and privacy constraints. The Hebrew repetition adds bulk without new information, so it is not perfectly concise, but the structure is still clear and scannable.

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 handoff tool with 7 parameters and no output schema, the description covers purpose, consent gating, privacy limits, and the real-world callback behavior. It does not describe the return value or post-submission flow, so a small completeness gap remains, but nothing essential for safe invocation 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 already 3. The description reinforces that user_consent must be true and that medical details should not be included, but it does not add new parameter semantics beyond what the schema already states for each field.

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

Purpose5/5

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

The description uses a specific verb and resource: it "hands the person over to a licensed insurance agent," who calls back to check the person's policy. This clearly differentiates it from sibling tools, which are all information-retrieval or estimation operations rather than human handoffs.

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 gives explicit conditions: call only after the person explicitly asked and consented, never on your own initiative, never with details the person did not provide, and only with user_consent=true. This is direct when-to-use and when-not-to-use guidance with no ambiguity.

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.

Resources