Server Details
Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsechoTry in Inspector
Echo back the provided message.
Useful for testing connectivity and message handling.
Args: message: The message to echo back.
Returns: dict: Echo response with metadata. - original_message (str): The input message - echoed_at (str): ISO 8601 UTC timestamp - character_count (int): Length of the message
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |
get_server_infoTry in Inspector
Get information about this MCP server.
Returns metadata about the server including name, version, available tools, and transport type.
Returns: dict: Server information. - name (str): Server name - version (str): Server version - description (str): Server description - tools (list): Available tool names - transport (str): Transport protocol - capabilities (list): Server capabilities
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
pingTry in Inspector
Health check endpoint.
Returns server status and current timestamp to verify the server is running and responsive.
Returns: dict: Server status with timestamp. - status (str): "ok" if server is healthy - message (str): "pong" response - timestamp (str): ISO 8601 UTC timestamp - server (str): Server name
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server