Skip to main content
Glama

fysio.care clinic discovery

Search clinics

search_clinics
Read-only

Search the public directory of Swedish MSK clinics (fysioterapi, naprapati, kiropraktik m.fl.) on fysio.care. Returns published clinics with FHIR Organization resources. Use list_clinic_services next to see what a clinic offers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoExact city name, e.g. "Lund".
limitNo
queryNoCase-insensitive clinic-name substring.
modalityNoOnly clinics offering this treatment modality.
friskvardNoOnly clinics where friskvårdsbidrag can actually be spent.

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description reinforces that the tool searches a public directory, which is consistent. The description adds minimal behavioral context beyond the annotation (e.g., no mention of rate limits, data freshness, or authentication requirements).

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 a single, front-loaded paragraph with three sentences. Every sentence adds value: purpose, what it returns, and a workflow hint. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description mentions the output format ('FHIR Organization resources'), but without an output schema, this is vague. It does not describe pagination, result limits, or how to interpret the results. The suggestion to use list_clinic_services next partly compensates, but the return structure remains under-specified for a tool with 5 parameters and no output schema.

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 80% (4 of 5 parameters have descriptions). The description does not add new information about parameters beyond what is already in the schema. It repeats the concept of 'clinic-name' but does not clarify constraints like the enumeration for modality or the meaning of friskvard.

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 specifies the action (Search), the resource (public directory of Swedish MSK clinics on fysio.care), and the output format (FHIR Organization resources). It also distinguishes the tool from the sibling list_clinic_services by suggesting it as a next step.

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 provides a clear follow-up action ('Use list_clinic_services next to see what a clinic offers'), indicating a workflow. However, it does not explicitly state when to use this tool versus other siblings like get_available_slots or get_next_available_date, leaving the comparison implicit.

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