Skip to main content
Glama

get_clinic_profile

Read-only

Returns structured facts about the Taki Dent clinic: legal identity, address, contact details, languages spoken, and published certifications/licences/registrations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
evidenceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "data": {
      +      "properties": {
      +        "address": {
      +          "type": "string"
      +        },
      +        "canonical_url": {
      +          "type": "string"
      +        },
      +        "credentials": {
      +          "items": {
      +            "properties": {
      +              "label": {
      +                "type": "string"
      +              },
      +              "value": {
      +                "type": "string"
      +              },
      +              "verify_url": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "label",
      +              "value"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "email": {
      +          "type": "string"
      +        },
      +        "entity_id": {
      +          "type": "string"
      +        },
      +        "evidence": {
      +          "items": {
      +            "properties": {
      +              "checked_at": {
      +                "type": "string"
      +              },
      +              "source": {
      +                "type": "string"
      +              },
      +              "url": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "checked_at",
      +              "source",
      +              "url"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "founded": {
      +          "type": "string"
      +        },
      +        "languages": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "lead_clinician": {
      +          "type": "string"
      +        },
      +        "legal_name": {
      +          "type": "string"
      +        },
      +        "licensed_name": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "phone_clinic": {
      +          "type": "string"
      +        },
      +        "phone_international_whatsapp": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "address",
      +        "canonical_url",
      +        "credentials",
      +        "email",
      +        "entity_id",
      +        "evidence",
      +        "founded",
      +        "languages",
      +        "lead_clinician",
      +        "legal_name",
      +        "licensed_name",
      +        "name",
      +        "phone_clinic",
      +        "phone_international_whatsapp"
      +      ],
      +      "type": "object"
      +    },
      +    "evidence": {
      +      "items": {
      +        "properties": {
      +          "checked_at": {
      +            "type": "string"
      +          },
      +          "source": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "source",
      +          "url",
      +          "checked_at"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "meta": {
      +      "properties": {
      +        "canonical_url": {
      +          "type": "string"
      +        },
      +        "entity_id": {
      +          "type": "string"
      +        },
      +        "last_updated": {
      +          "type": "string"
      +        },
      +        "source_status": {
      +          "enum": [
      +            "verified",
      +            "published"
      +          ],
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "entity_id",
      +        "canonical_url",
      +        "source_status"
      +      ],
      +      "type": "object"
      +    }
      +  },
      +  "required": [
      +    "data",
      +    "meta",
      +    "evidence"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's added value is scoping the content (e.g., 'published' certifications) and indicating a structured response. This enriches the behavioral profile without contradicting annotations.

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?

One sentence, front-loaded with the verb 'Returns' and the resource, followed by a concise list of content categories. Every word earns its place; no fluff.

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 zero-parameter, read-only tool with an output schema, the description adequately enumerates all relevant content areas. It is complete for the tool's simplicity and aligns with sibling tools' scope.

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

Parameters4/5

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

The tool has zero parameters, so the description has no parameter burden. The empty schema is fully covered, and the description's mention of specific data fields adds semantic context beyond the bare 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's function: returning structured facts about the Taki Dent clinic, listing specific content categories. This is a specific verb + resource combination, and it distinguishes itself from sibling tools like get_doctor_profile or get_treatments by focusing on clinic-level facts.

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 clear context on what the tool covers (legal identity, address, contact, languages, certifications), implying it is the go-to for clinic profile details. It does not explicitly exclude alternatives, but the resource is well-defined.

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