Skip to main content
Glama
Crindo2

GPH Intelligence - Healthcare Vendor Finder

Get Provider Detail

get_provider_detail
Read-onlyIdempotent

Retrieve the full profile of a healthcare service provider using its slug identifier. Access details including company name, category, services, quality score, and reviews.

Instructions

Get the full profile of one healthcare service provider identified by slug: company_name, category (plus super_category grouping), description, services_tags (comma-delimited list of services offered), website, phone, city/state, quality_score (0-100), verified status, listing tier (free/paid), practice_size_fit, and reviews with review_count and average_rating. Slug comes from match_practice or search_providers results. Returns an error if the slug is unknown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProvider slug identifier (e.g. 'ams-solutions-inc-dallas-tx'). Obtained from match_practice or search_providers response.
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint true, so the tool is clearly a safe read operation. The description adds that it returns an error for unknown slugs, which is useful behavioral context beyond the annotations.

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 front-loaded with the main purpose and then details the returned fields. It is slightly verbose with the list of fields, but each sentence adds value. Could be trimmed slightly.

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?

Given the lack of an output schema, the description compensates by listing all key return values. It also provides workflow context (slug from siblings) and error behavior, making it complete for an agent to understand usage.

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 input schema has 100% coverage, but the description adds value by explaining the slug's origin and format (e.g., 'ams-solutions-inc-dallas-tx') and how it is obtained, which goes beyond the schema's description.

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 that the tool gets the full profile of one healthcare service provider by slug, listing specific fields. It distinguishes itself from siblings by mentioning that the slug comes from match_practice or search_providers results, which clarifies its role in the workflow.

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 indicates when to use the tool (after obtaining a slug from sibling tools) and mentions that an error is returned for unknown slugs, implying when not to use. However, it does not explicitly state when alternatives might be preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crindo2/gph-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server