Skip to main content
Glama
zkorczyc

hcp-engagement

by zkorczyc

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation4/5

    Most tools target distinct resources or views: search/list/get HCPs, raw interactions, rep summaries, engagement analytics, and prescribing trends. The overlaps between hcp_list_hcps and hcp_search, and between the segment rollup tools, are manageable because descriptions specify different filters and metrics.

    Naming Consistency4/5

    All tools share a consistent hcp_ prefix and descriptive names. However, the set mixes verb-led names like hcp_list_hcps and hcp_get_profile with noun-phrase names like hcp_rep_activity and hcp_engagement_summary, so the pattern is not perfectly uniform.

    Tool Count5/5

    Nine tools is well-scoped for an HCP engagement analytics domain. Each tool covers a meaningful capability, from individual HCP lookup and interaction history to rep-level activity and segment-level prescribing trends, without unnecessary redundancy.

    Completeness4/5

    The tool set covers the core read-only engagement workflow: finding HCPs, viewing profiles, inspecting interactions, and aggregating engagement and prescribing trends at both individual and segment levels. Minor gaps exist, such as no dedicated rep directory or HCP/consent update capability, but agents can work around these with existing tools.

  • Average 3.7/5 across 8 of 9 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 1 commit in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It does reveal the scope (per-rep territory), the aggregation level, and the 30-day window for a subset of metrics. It does not disclose how optional filters affect results, what 'engaged' means, whether results are grouped or sorted, or what the output shape is.

    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?

    A single, compact sentence with a colon-delimited metric list. Every word contributes to the tool's purpose, and the content is front-loaded with the summary concept before the metrics.

    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?

    The metric list is useful and the tool is relatively simple, but the absence of an output schema, annotations, and any mention of filter behavior leaves gaps. Given the number of sibling tools, an agent could still be uncertain how this differs from hcp_engagement_summary or whether no parameters returns an aggregate territory rollup or a per-rep list.

    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 only 50%, and the description adds no parameter-level meaning. It does not mention that region filters by territory or that rep_name is a partial match, leaving the agent to depend entirely on the schema. The description names metrics but not how the two parameters constrain or aggregate them, so it fails to compensate for the coverage gap.

    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 identifies the tool as a per-rep territory summary and lists the exact metrics returned: HCPs engaged, total interactions, interactions in the last 30 days, and average sentiment. Although it uses a noun phrase rather than a verb, it conveys the resource and scope well. It does not explicitly differentiate itself from sibling tools like hcp_engagement_summary, so it falls short of a 5.

    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?

    Usage context is implied: an agent can infer this tool is for rep-level activity summaries. However, the description provides no guidance about when to choose this over hcp_engagement_summary, hcp_list_interactions, or other siblings. There are no exclusions, prerequisites, or alternative tool mentions.

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

  • Behavior3/5

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

    With no annotations provided, the description carries the behavioral disclosure burden. It does state the core behavior: quarterly frequency computed and grouped by region and specialty, and it hints at join compatibility through the segment_rollup reference. It does not disclose output shape, how optional filters affect results, or how quarters_back is applied, but the primary behavior is still clear.

    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?

    The description is a single, front-loaded sentence with no filler. The first clause states the primary output and grouping, and the second clause provides a useful comparison target. Every part earns its place.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness2/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    The tool has no annotations, no output schema, four parameters, and sits among eight related HCP tools. The description provides one sibling comparison but omits important context such as default behavior when optional parameters are omitted, expected result structure, and how it differs from hcp_engagement_summary or hcp_list_interactions. More context is needed for an agent to reliably invoke and interpret results.

    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 description adds meaning by indicating that region and specialty are grouping dimensions and that time is measured in quarters. However, it adds no additional semantics for quarters_back or interaction_type beyond what the schema already provides, and with 50% schema coverage the missing parameter explanations are only partially compensated.

    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 tool produces quarterly interaction/visit frequency data broken out by region and specialty, so an agent can infer the resource and aggregation. It also references the sibling hcp_prescribing_trend_by_segment, adding context for comparison. It lacks a direct verb like 'returns' or 'aggregates', but the metric and segmentation are unambiguous.

    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 gives a concrete intended use case: compare side by side with hcp_prescribing_trend_by_segment's segment_rollup for the same quarters. However, it does not explain when to prefer this over related siblings such as hcp_engagement_summary, hcp_list_interactions, or hcp_rep_activity, nor does it provide exclusions or alternative routing.

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

  • Behavior3/5

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

    With no annotations, the description carries the full burden. It discloses useful behavioral traits: sorted by most interactions first and including samples per HCP. However, it omits important context such as whether the operation is read-only, the time window for recency/interactions, and how sentiment score is defined or scaled.

    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 compact sentences with no filler. The first sentence front-loads the core output and sort order; the second provides a concrete use case. Every sentence earns its place.

    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?

    The description gives a reasonable outline of the result fields and ordering, but no output schema exists and annotations are absent so more weight falls on the description. It fails to clarify the meaning of 'samples', the recency window, sentiment scoring, or how the optional filters interact with each other and with the limit.

    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 there are 4 parameters: tier, limit, region, and specialty. The description only indirectly references tier via the 'Tier A HCPs' example and says nothing about limit, region, specialty, their defaults, or filter behavior, so the agent must infer most parameter meaning from names and enum values alone.

    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?

    Description clearly identifies the resource (HCP engagement analytics) and specific metrics: total interactions, recency, sentiment score, and samples per HCP. Although it lacks an explicit action verb like 'returns' or 'computes', the metric list and sorting behavior sufficiently distinguish it from sibling tools such as hcp_list_interactions and hcp_visit_frequency_by_segment.

    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 states a clear use case: finding engagement gaps, with a concrete example (Tier A HCPs with no recent contact). It does not explicitly mention when not to use it or name alternatives, but the use case provides enough context for an agent to select it appropriately.

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

  • Behavior3/5

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

    With no annotations provided, the description is the only safety/behavior source. It does add the important trait that the data are mock and not real providers, and 'List' implies a read-only operation, but it does not mention pagination, ordering, or output shape.

    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 short, front-loaded sentences cover the operation, filters, and the mock-data warning with no filler. Every sentence earns its place.

    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?

    The definition is adequate for a simple list tool, especially with the mock-data warning and schema-enforced filter constraints. It is not complete: without an output schema or annotations, it leaves out return-field and pagination details, and any differentiation from hcp_search.

    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 description coverage is only 40%, so the description must compensate. It names four filter parameters and spells out tier values (A|B|C), but it does not explain the limit parameter or clarify whether the listed filters combine or are mutually exclusive.

    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 identifies the operation ('List') and resource ('Healthcare Professionals (HCPs)'), and lists the main filter dimensions. It does not explicitly distinguish this from the sibling hcp_search, so it stops short of full sibling differentiation.

    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 filter list gives a clear implied use case—obtain a filtered collection of HCPs—but no alternative tools are named and there is no when-not-to-use guidance. Since hcp_search exists as a sibling, the description leaves some selection to inference.

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

  • Behavior3/5

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

    With no annotations, the description carries the full burden, and it does disclose the main behavior: it returns monthly trend data for new Rx, total Rx, and market share, and can be scoped to a product. It stops short of describing return shape, pagination, sorting, time-period semantics, or any side effects, but for a read-only reporting tool this is a reasonable but not exhaustive disclosure.

    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?

    The entire description is one efficient, front-loaded sentence that starts with the core function and metrics, then adds scoping behavior and the required prerequisite. There is no filler, redundancy, or structural waste.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a simple read-only tool with three parameters and no output schema, the description is close to complete: it states the returned metrics, the optional product scope, and the NPI requirement, which is enough for an agent to select and invoke it correctly. Minor gaps remain, such as clarifying whether the trend is a per-month series or how market share is computed, but these do not block correct use.

    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 67% because months_back has no description in the schema. The description adds some meaning by tying brand_name to 'optionally scoped to one product' and indicating the output is monthly, but it adds no meaningful detail about months_back beyond what the schema's min/max/default already convey.

    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 uses a specific verb and resource: it states this tool provides a monthly prescribing trend for an HCP, naming the returned metrics (new Rx, total Rx, market share %) and optional product scoping. It clearly describes what the tool does, though it does not explicitly contrast it with the sibling hcp_prescribing_trend_by_segment, relying on the sibling name and the phrase 'for an HCP' to imply the difference.

    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?

    Usage is implied rather than explicit: the description signals that this is appropriate when you need an HCP-level prescribing trend and states the NPI prerequisite and optional product filtering. However, it provides no when-not-to-use guidance or explicit alternatives, such as directing segment-level requests to hcp_prescribing_trend_by_segment.

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

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It only reveals the partial-match behavior but does not state what the tool returns (e.g., a list, count, or structured profiles), whether results are paginated, or any limits on result size. This is a significant gap for a search operation.

    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?

    The description is a single sentence that immediately states the core purpose without any filler. The key search dimensions are front-loaded, and the partial-match note is appended logically. No unnecessary words.

    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?

    For a one-parameter search tool with no output schema and no annotations, the description is minimally adequate. However, it lacks essential details such as the return format (does it return a list? a single best match?), any pagination hints, or error behavior (e.g., empty results). Given the simplicity of the tool, the missing return information is a notable gap.

    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 schema already documents the 'query' parameter with examples and 100% coverage. The description adds value by specifying the three accepted search dimensions (name, NPI, institution) and clarifying that matching is partial, which goes beyond the schema's single string example.

    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 (search), the resource (HCPs), and the specific search dimensions (name, NPI, institution). It also mentions partial match, making the purpose unambiguous. While it doesn't name sibling tools, its distinct search function is evident from the description alone.

    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 implies when to use this tool (when you need to find HCPs by partial criteria), but it does not explicitly exclude alternatives like hcp_list_hcps for listing all HCPs or hcp_get_profile for retrieving a specific profile. There is no 'when not to use' guidance, leaving the agent to infer the boundary.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full behavioral burden. It clearly signals a read-only list operation and enumerates filter dimensions, but it does not disclose output shape, ordering, how filters combine, or default limiting behavior beyond what the schema exposes.

    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?

    The description is a single sentence with the action and resource front-loaded, followed by a compact list of filters. Every clause adds useful information and there is no filler or repetition.

    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?

    For a tool with seven optional parameters and no output schema, the description covers core intent and filter vocabulary but omits output format, pagination/limit behavior, and filter-combination semantics. It is minimally adequate for invoking the tool correctly, with clear gaps left to schema defaults and agent inference.

    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?

    Schema description coverage is only 43%, but the description adds practical meaning to several otherwise undocumented parameters: it identifies region, interaction_type, and since_days ('how many days back') as filters. The limit parameter remains undocumented in both the description and the schema's prose, though its default and bounds are present.

    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 opens with the specific verb 'List' and names the resource 'rep-HCP interactions', explicitly enumerating interaction types (visits, calls, emails). This makes it immediately distinct from siblings like hcp_list_hcps, which lists HCPs, and hcp_engagement_summary, which suggests an aggregate view.

    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 implies usage when raw interaction records are needed and lists the available filters, but it gives no explicit when-to-use vs. alternatives guidance. An agent must infer from sibling names that summary/aggregate tools are more appropriate for engagement totals or trends.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the behavioral disclosure burden. It discloses the scope and return content but does not mention access requirements, sensitivity of consent data, behavior for invalid/unknown NPI, or whether the response could be large. For a read operation, the lack of side-effect disclosure is acceptable, but more would strengthen transparency.

    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 concise sentence that front-loads the core action and scope, then lists the returned content categories without repetition. No filler or redundant wording.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a simple one-parameter retrieval tool, the description is largely complete: it names the key input and the high-level return categories. It does not describe failure modes or permissions, but the low complexity and clear single parameter make the tool callable with confidence.

    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 already provides 100% coverage for the single parameter, including the 10-digit format and an example. The description only restates the NPI-based lookup, so it adds little semantic value beyond the schema. Baseline 3 is appropriate for full schema coverage.

    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?

    Uses a specific verb+resource ('Full profile for one HCP') and identifies the key input (NPI) and the main content areas (demographics, consent status per channel, engagement summary). This clearly separates it from sibling list/search/aggregate tools by emphasizing a single-HCP full-profile retrieval.

    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 clearly implies the usage context: call this when you have a specific NPI and need the complete profile for that HCP. It does not explicitly name alternatives such as hcp_search for finding an NPI or hcp_engagement_summary for engagement-only data, so there are no stated exclusions.

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

  • Behavior4/5

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

    With no annotations provided, the description carries the full behavioral burden. It discloses the key behavioral output: two data categories, segment_rollup and hcp_quarterly, and that the tool can identify declining/growing HCPs. It could add notes on data availability or limitations, but for a read-only reporting tool the main behavior is clearly communicated.

    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 sentence front-loads the core function and output structure, and the second provides actionable guidance. Every clause earns its place.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a tool with no output schema and no annotations, the description names both output groups and maps them to use cases, which is the essential contextual information. It is slightly light on edge-case behavior such as no-data results or how quarters_back affects the returned rows, but the core usage is complete.

    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 description adds context matching brand_name, region, and specialty, and the word 'Quarterly' hints at quarters_back. However, it does not explicitly explain quarters_back semantics or the meaning of the region values; with schema coverage at 50%, the description only partially compensates for the undocumented parameters.

    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 tool computes a quarterly prescribing trend for one product, broken out by region and specialty, with per-HCP drill-down rows. This is a specific, identifiable purpose. It does not explicitly distinguish itself from the similarly named sibling hcp_prescribing_trends, so it stops just short of full sibling differentiation.

    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 explicit within-tool usage guidance: use segment_rollup for side-by-side region/specialty comparison and hcp_quarterly to find declining/growing HCPs. This is clear analytical context. However, it does not state when to choose this tool over sibling alternatives or when not to use it.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

hcp-mcp MCP server

Copy to your README.md:

Score Badge

hcp-mcp MCP server

Copy to your README.md:

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/zkorczyc/hcp-mcp'

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