Skip to main content
Glama

Xona Dental Gateway

List a clinic's public booking services

list_public_booking_services
Read-onlyIdempotent

Read services from a clinic's already-prepared supported public booking widget. Provider locators remain server-owned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
servicesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds context that the data comes from an 'already-prepared' widget and that provider locators are server-owned, which is meaningful behavioral scope. It does not contradict the annotations, but it also does not disclose much beyond those hints.

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 description is short and front-loaded with the core operation. The second sentence about provider locators is cryptic but brief. There is no filler, though the wording could be clearer about what 'server-owned' means for the caller.

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?

With an output schema present and annotations covering the safety profile, the description does not need to explain return values or read-only semantics. It states the operation and one scope limitation, but it omits action_id semantics and sibling-tool routing, leaving the definition minimally adequate rather than complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description never explains action_id or how it maps to the clinic's widget. The phrase 'a clinic's ... widget' gives an indirect clue that the parameter identifies the relevant action/widget, but the agent must infer this from context rather than being told explicitly.

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 states the operation ('Read services') and the target ('a clinic's already-prepared supported public booking widget'), so an agent can tell it lists public booking services. It does not explicitly contrast with sibling tools like list_xona_booking_services or list_public_booking_slots, but the 'public booking widget' qualifier provides useful scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. The description never mentions alternatives or exclusions, so an agent cannot confidently select this tool over sibling list tools based on the description alone. The public-widget phrasing only weakly implies the intended 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.

Resources