Skip to main content
Glama
qmed-asia

Qmed-AskCPG

Official
by qmed-asia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASKCPG_API_KEYYesAPI key for AskCPG service. Contact maintainer to obtain.
ASKCPG_BACKENDYesBackend URL for AskCPG service. Contact maintainer to obtain.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_cpg_contextC

Get context from medical clinical practice guideline books based on user query.

Args:
    input_queries: user query to get the context from the medical books.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion between tools. The agent can uniquely identify the tool's purpose.

Naming Consistency5/5

The single tool name 'get_cpg_context' follows a clear verb_noun pattern, consistent with common MCP naming conventions.

Tool Count3/5

A single tool for querying clinical guidelines is minimalist but functional. The server's scope is narrow, yet a few more tools (e.g., list_guidelines) could improve coverage.

Completeness3/5

The server provides only retrieval of context from medical books. Missing operations like listing available guidelines or retrieving full sections, but the tool may suffice for simple Q&A tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues