Skip to main content
Glama

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

Getting to a specialist fast

specialist_routes
Read-onlyIdempotent

For one specialty (neurologist, orthopedist, dermatologist...): the Ministry of Health's community wait figures (dated), and per insurer the online-consultation and fast-track routes (does the document name this specialty, who chooses the doctor, promised times word for word, what you pay), plus the private-visit refund rows. For psychiatry, emergency and support lines come first. התור בקופה לרופא מומחה רחוק: נתוני משרד הבריאות, והמסלולים בפוליסות (ייעוץ מקוון, תור מהיר, החזר על ביקור פרטי).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNoThe person’s insurer, if they named it (Hebrew or English): the answer is then only that company, and much shorter. Without it: every company, alphabetical.
specialtyYescardiology, dermatology, endocrinology, ent, gastroenterology, gynecology, neurology, ophthalmology, orthopedics, psychiatry, urology (or the Hebrew name, e.g. נוירולוג)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already cover readOnly and idempotent behavior; the description adds useful context such as dated figures, exact word-for-word promised times, what the patient pays, and whether the document names the specialty. It also flags the psychiatry exception, going beyond what the annotations convey.

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

Conciseness3/5

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

The English portion is information-dense and front-loaded with the specialty scope, but the Hebrew sentence repeats the same content almost verbatim, adding length without new information. This duplication prevents a higher score.

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 lookup with only two parameters and no output schema, the description is largely complete: it states the data sources, the per-insurer breakdown, the refund rows, and the psychiatry special case. It does not describe formatting, but that is a minor gap for this 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?

Schema description coverage is 100%, so the baseline is 3. The description restates the specialty scope and per-insurer behavior but adds no new parameter-level detail beyond the schema, which already documents the allowed specialty list and company behavior.

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's resource: one specialty's Ministry wait figures, per-insurer online-consultation and fast-track routes, and private-visit refund rows. It is specific enough that an agent can tell it from broad tools like fetch or search, but it does not explicitly name a sibling it is not, 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 Guidelines3/5

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

The opening 'For one specialty' gives a clear selection criterion, and the psychiatry note adds a special-case rule. However, it does not explicitly say when to prefer this over siblings like get_cover, find_surgeon, or refund_estimate, leaving some routing to inference.

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