Skip to main content
Glama

mental-health-care

Book a Clinical Matching Session

book_matching_session
Read-only

CRITICAL: provider_id is REQUIRED. Always call find_provider first (with appointment_type='446840' for the Clinical Matching Session) to get a specific intake specialist, then pass that provider_id here. Returns a pre-filled booking URL — do NOT navigate the user programmatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYesU.S. state where the client resides.
date_timeYesTime slot string from check_availability for the chosen intake specialist (e.g. "2026-04-27T13:00:00-04:00"). REQUIRED — the booking form is stuck on step 1 without it. Pass exactly as received from check_availability.
insuranceNoInsurance plan name. Pre-fills the form so verification runs faster at checkout.
client_ageNoClient age in years (0–25+).
provider_idYesHealthie ID of the intake specialist. Get this from find_provider with appointment_type='446840'. REQUIRED — never construct the URL without it.

TDQS

A4/5.0
Behavior4/5

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

With readOnlyHint=true already covering safety, the description adds valuable context: the tool returns a pre-filled URL rather than performing the booking itself, and programmatic navigation must be suppressed. The title says 'Book' but the description and annotation are consistent with a read-only URL-returning operation, so there is 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.

Conciseness5/5

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

Two sentences with high signal density: the critical prerequisite is front-loaded, the workflow is compressed, and the behavioral boundary ('do NOT navigate') is included without padding. Every phrase earns its place.

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 5-parameter tool with no output schema, the description explains the return value (URL), the critical dependency (find_provider), and the required follow-up behavior. It could more explicitly mention the check_availability step for date_time and note book_appointment as the generic alternative, but the schema already documents check_availability for date_time, so the context is largely sufficient.

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% and the property descriptions already explain provider_id source, date_time source, requiredness, and enums. The description repeats the provider_id requirement and find_provider dependency but adds no semantics beyond the schema, so it earns the baseline of 3.

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 states a concrete outcome: it returns a pre-filled booking URL for a Clinical Matching Session after a provider is supplied. This is a clear verb and resource, and the appointment_type='446840' and 'Clinical Matching Session' distinguish it from generic booking. It does not explicitly contrast itself with the sibling book_appointment, 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.

Usage Guidelines4/5

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

It gives an explicit prerequisite and ordering: always call find_provider with appointment_type='446840' first, then pass the resulting provider_id here. It also gives a clear operational rule: do not navigate the user programmatically. It does not state when to prefer this over book_appointment or when not to use it, so it is not a 5.

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.

TDQS

A4/5.0
Disambiguation4/5

Each tool targets a distinct action (about, book, browse, check, find, search, start) and descriptions clarify boundary cases (e.g., book_appointment vs book_matching_session, search_content vs browse_pages). Minor overlap remains between about_emora's service catalog and browse_pages' service/specialty/insurance pages, but it is unlikely to misdirect an agent.

Naming Consistency4/5

Tool names are uniformly lowercase snake_case and mostly follow an imperative verb_noun pattern (find_provider, check_availability, get_cost_estimate). Two small deviations — about_emora and start_here — are still readable and don't undermine the overall predictable pattern.

Tool Count5/5

Ten tools is squarely in the ideal range and each one serves a meaningful step in the mental-health care journey: orientation, crisis support, content search, provider matching, availability, cost estimation, and booking. There is no obvious redundancy or bloat.

Completeness4/5

The tool set covers the full discovery-to-booking funnel, including crisis triage, provider search, availability, cost estimates, and two booking paths. Minor gaps exist (no explicit reschedule/cancel or appointment-list tool), but those actions plausibly live outside this server's hand-off model.

Resources