Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
register_patientC

Register a new patient or update an existing one.

get_patient_historyC

Fetch the medical history of a patient by ID.

schedule_appointmentC

Schedule a new appointment for a patient with a doctor.

manage_queueB

Get the current queue for a specific doctor.

schedule_followupC

Schedule a follow-up appointment in a given number of days.

prioritize_patientsC

Reorder a doctor's queue by changing an appointment priority.

record_consultationC

Save finalized consultation notes to the patient record.

generate_medical_notesA

Extract structured medical notes (Symptoms, Diagnosis, Medicines, Tests, Advice) from a raw doctor voice transcript.

order_lab_testC

Send a request for lab tests to the laboratory.

fetch_lab_results

Fetch the completed lab results for a patient.

check_surgery_readiness

Check if all requirements are met for a patient to undergo surgery.

send_prescription

Send an approved prescription to the pharmacy. Automatically checks OpenFDA for drug warnings.

check_pharmacy_inventory

Check if a specific medicine is available in the pharmacy inventory.

generate_bill

Generate a consolidated bill for a patient based on consultation, lab tests, and medicines.

launch_medflow_os

Launch the main MedFlow OS Login Portal for the user to log in.

send_slack_alert

Send a critical emergency alert to the ER Team via Slack/Discord Webhook.

create_jira_ticket

Create a maintenance ticket in Jira for broken hospital equipment.

send_patient_sms

Send an SMS to a patient using Twilio (e.g. to notify them their prescription is ready).

analyze_medical_imageC

Send a medical scan (X-Ray, MRI) to a specialized Diagnostic Vision AI model for anomaly detection.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_patient_historyGenerate a prompt for the AI to summarize a patient's history.
summarize_today_appointmentsGenerate a summary of a doctor's appointments for today.
prepare_followup_instructionsPrepare standard follow-up instructions for a patient.
generate_consultation_notesGenerate comprehensive consultation notes from a brief transcript.
generate_discharge_summaryCreate a discharge summary based on patient history and consultations.
check_surgery_readinessAnalyze a patient's file for surgery readiness.
report_broken_equipmentUse this prompt to quickly draft and create a Jira ticket for any broken hospital equipment.

Resources

Contextual data attached and managed by the client

NameDescription
Patient Records DatabaseComplete list of all registered patients in the hospital.
Doctor SchedulesCurrent scheduled appointments for all doctors.
Appointment QueueThe live queue of appointments waiting to be seen.
Lab Reports DatabaseAll laboratory orders and their results.
Surgery ScheduleCurrent scheduled surgeries.
ICU AvailabilityStatus of ICU beds in the hospital.
Operation Theatre AvailabilityStatus of operation theatres.
Pharmacy InventoryCurrent stock of medicines in the hospital pharmacy.
Billing DatabaseAll generated bills for patients.
Health ChecksCurrent health status of all registered health checks
Patient ProfileUI component for Patient Profile
Doctor DashboardUI component for Doctor Dashboard
Surgery ReadinessUI component for Surgery Readiness
Login PortalUI component for Login Portal
Widget ExamplesProvides metadata and examples for all registered UI widgets

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/tsjharsha/MedFlowMCP-AI-'

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