Skip to main content
Glama

fysio.care clinic discovery

Get available slots

get_available_slots
Read-only

Free appointment slots for one bookable service variant at one clinic, up to 14 days ahead. Each slot carries a FHIR Slot resource and a bookingUrl where the PATIENT completes the booking themselves on the web (this server never books).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoWindow length in days.
from_dateNoWindow start (YYYY-MM-DD, clinic runs Europe/Stockholm). Defaults to today.
clinic_slugYesThe clinic slug from search_clinics (the URL segment, e.g. "mickes-klinik-lund").
service_variant_idYesA bookable service variant id from list_clinic_services.

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds context about the FHIR Slot resource and bookingUrl, and clarifies that the server never books. This provides useful behavioral detail beyond annotations, but no further depth on authentication or rate limits.

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 two concise sentences. The first covers purpose and scope, the second adds key behavioral detail. Every sentence provides value with no unnecessary words.

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 tool's simplicity, the lack of output schema, and annotations covering safety, the description is complete. It explains what is returned (slots with FHIR resource and bookingUrl) and the booking behavior, which is sufficient for correct invocation.

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 coverage is 100%, with all four parameters well-described in the input schema. The description adds only the phrase 'up to 14 days ahead', which aligns with the days parameter. It does not significantly enhance parameter understanding beyond the schema.

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 states the tool retrieves free appointment slots for one specific service variant at one clinic, within a 14-day window. It uses specific verbs and resources, and distinguishes itself from sibling tools that handle dates, services, or clinics.

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 implies usage when slots for a specific service and clinic are needed, and mentions the booking flow. However, it does not explicitly state when not to use or directly name alternative tools, though the differentiation is clear from the sibling context.

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.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching clinics, listing services, getting available slots, and finding the next available date. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., search_clinics, list_clinic_services, get_available_slots). No mixing of conventions.

Tool Count5/5

With 4 tools, the server is well-scoped for clinic discovery and appointment slot checking. No unnecessary clutter or missing essentials.

Completeness5/5

The tool set fully covers the discovery workflow: find clinics, see their services, check availability, and handle empty slots with next available date. The server explicitly excludes booking, so no gap.

Resources