Skip to main content
Glama

doctofam

List clinic providers

list_providers
Read-onlyIdempotent

List display names for the bookable providers of one tenant-owned DoctoFam 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
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context by defining the response boundary: only names, with contact details, role records, identifiers, and clinical data explicitly excluded.

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 no filler: the first states the core purpose, the second states the critical exclusion. The information is front-loaded and every clause earns its place.

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?

This is a simple one-parameter, read-only tool with a complete input schema, an output schema, and safety annotations. The description adds the missing piece—what will not be returned—so an agent has everything needed 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?

Schema coverage is 100%, and the single parameter clinicId is already documented with its type and pattern. The description adds no additional parameter-specific meaning, which is acceptable because the schema fully carries this information.

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 action (list) and resource (display names of bookable providers), and scopes it to one tenant-owned clinic. It also explicitly distinguishes itself from related tools by saying only display names are returned and never contact details, role records, identifiers, or clinical data.

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 gives clear context: use this to get provider display names for a single clinic. It does not explicitly name an alternative for richer provider data, but the 'never returned' clause strongly signals that this tool is not for contact, role, or clinical information.

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