Skip to main content
Glama

dododentist

List clinic providers

list_clinic_providers
Read-onlyIdempotent

List display names for the bookable providers of one tenant-owned DodoDentist clinic. Contact details, role records, identifiers, and clinical data are never returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clinicIdYesClinic id (24-character hex)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
providersYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already mark this as read-only and idempotent. The description adds meaningful behavioral context by explicitly stating that contact details, role records, identifiers, and clinical data are never returned, which helps an agent set expectations about the limited response scope.

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 efficient sentences with no filler. The core purpose is stated first, and the negative-scope clarification is added only where it adds value.

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?

For a simple one-parameter, read-only list tool with a full output schema and clear annotations, the description is complete. It explains the scope, the output limitation, and the required context well enough for an agent to invoke it correctly.

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?

The input schema documents clinicId with a pattern and description at 100% coverage. The description does not add extra parameter-level detail beyond the schema, so the baseline score of 3 applies.

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 uses a specific verb ('List') and identifies exactly what is returned: display names for bookable providers within a single clinic. It also explicitly scopes to 'one tenant-owned DodoDentist clinic', which differentiates it from broader sibling tools like list_clinics.

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 description clearly implies usage when you need providers for a specific clinic, but it does not explicitly state when to prefer this over siblings or mention alternatives like list_clinics for finding clinic IDs. Usage context is present but not spelled out.

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